/categorizer

A Probot app which allows new contributors to categorize the issues and pull requests.

Primary LanguageJavaScriptISC LicenseISC

categorizer

A GitHub App built with probot that allows contributors to categorize their issues under predefined categories.

Demo

Repository maintainer has defined following categories for new issues and pull requests.

  • /cat-ui- : UI related
  • /cat-backend- : Backend related
  • /cat-security- : Security related

Contributor can categorize their issues/pull requests as below.

categorizer

Setup

# Install dependencies
npm install

# Run the bot
npm start

See docs/deploy.md if you would like to run your own instance of this app.