Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 716 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 716 Bytes

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.