mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
1005 B
1005 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 | 2019-01-10 21:07:51 UTC | 25 |
|
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