mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-28 15:35:28 +08:00
916 B
916 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 | 1 | 2018-04-06 07:25:51 UTC | 5 |
|
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