Skip to content

riyadhalnur/issuelabeler

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

issuelabeler

Node.js Package Known Vulnerabilities

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 100
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
# custom configuration to override default behaviour
# control explicitly what gets added and when
custom:
  - location: title
    keywords:
      - 'hi'
    labels:
      - hey
      - h
  - location: body
    keywords:
      - 'hey'
    labels:
      - feature:new
      - hey
  - location: body
    keywords:
      - 'hi'
    labels:
      - h

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. System status (https://status.verticalaxisbd.com/)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published