/issue-prioritizer

Set priority of github issue based on potential, weight and effort metrics

Primary LanguageJavaScriptMIT LicenseMIT

issue-prioritizer

This is a GitHub App built with probot. It sets priority for github issues based on potential, weight and effort metrics. Here is a blogpost that describes in details the idea and reasons behind it: Backlog Priority Automation using Github Apps.

Setup

# Install dependencies
npm install

# Run test
npm test

# Run the bot
npm start

# Run the bot in dev mode with hot reload
npm dev:start