/probot-in-progress

A Probot that marks issues with a specific label when an in progress PR indicates they will be fixed

Primary LanguageJavaScriptISC LicenseISC

in-progress

a GitHub App built with probot that automatically labels issues with the in-progress label when an open PR uses the GitHub issue keywords

How it works

When you use github keywords like fixes, resolves, closes, and other variants in your PR GitHub will automatically close the referenced issues once the PR is closed. That's great!

screen shot 2017-10-16 at 1 53 10 pm

This Probot will also tag the referenced issues with a custom label in-progress so you can more easily see the issues which are currently being worked on.

screen shot 2017-10-16 at 1 53 28 pm

🎉

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.