issue-type-label

Label issues depending on their type

ISC License

Stars
5

a GitHub App to automatically label issues based on the title.

See it working

Head over to this repository and try opening up an issue.

Demo

Development

  • Clone repo
    git clone [email protected]:anshumanv/issue-type-label.git
    cd issue-type-label
    npm install
    
  • Create your own GitHub app: instructions
  • Store the private key as private-key.pem in the repositorys directory
  • Start the app with APP_ID=1234 npm start where 1234 is your GitHub Apps ID
  • update your GitHub Apps Webhook URL to your localtunnel.me URL

Author

Anshuman Verma

Contribute

Found a bug, please create an issue

License

ISC

Anshuman Verma