mdo / probot-in-progress

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

has-pr

Forked from clarkbw/probot-in-progress and customized for Bootstrap.

a GitHub App built with probot that automatically labels issues with the has-pr 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 has-pr 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.

About

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

License:ISC License


Languages

Language:JavaScript 100.0%