1.1.0 • Published 6 years ago

probot-app-pr-issue v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

probot-app-pr-issue

build status dependencies status npm version

a GitHub App built with probot that ensures PRs have an associated issue

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.

Config

This app can be configured to ignore PRs with specific labels. The default configuration is:

.github/pr-issue.yml

ignore:
- release
- docs
1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago