Skip to content

A GitHub bot to label issues automatically based on title and body against list of defined labels.

License

Notifications You must be signed in to change notification settings

netbeast/probot-pr-labeler

 
 

Repository files navigation

issuelabeler

Build Status Known Vulnerabilities Greenkeeper badge

A GitHub bot to label issues automatically based on title and body against list of defined labels. Built with probot.

Screenshot

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 (optional). 
# Pass a blank array if no labels are to be excluded.
# excludeLabels: []
excludeLabels:
  - pinned

Contributing

Read the CONTRIBUTING guide for information.

License

Licensed under MIT. See LICENSE for more information.

Logo built using Streamline Emoji by @webalys under the Creative Common Attribution licence.

Issues

Report a bug in issues.

Made with love in Kuala Lumpur, Malaysia by Riyadh Al Nur

About

A GitHub bot to label issues automatically based on title and body against list of defined labels.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.1%
  • HCL 30.5%
  • Shell 8.4%