mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-28 20:25:25 +08:00
982 B
982 B
title, description, slug, screenshots, authors, repository, host, stars, updated, installations, organizations
| title | description | slug | screenshots | authors | repository | host | stars | updated | installations | organizations | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Issue Labeler | Label issues based on title and body against list of defined labels. | issuelabeler |
|
|
riyadhalnur/issuelabeler | https://1th3h69bkc.execute-api.ap-southeast-1.amazonaws.com/production | 2 | 2018-07-18 02:17:00 UTC | 10 |
|
A GitHub bot to label issues based on title and body against list of defined labels. Built with probot.
Installation
After installation, create .github/labeler.yml in the default branch to enable it:
# Number of labels to fetch (optional). Defaults to 20
numLabels: 40
# These labels will not be used even if the issue contains them
excludeLabels:
- pinned