https://github.com/uber-workflow/probot-app-pr-issue
Ensures PRs have an associated issue
https://github.com/uber-workflow/probot-app-pr-issue
probot-app
Last synced: 5 months ago
JSON representation
Ensures PRs have an associated issue
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-pr-issue
- Owner: uber-workflow
- License: mit
- Created: 2017-10-12T00:51:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T04:58:54.000Z (almost 2 years ago)
- Last Synced: 2025-04-28T23:52:00.767Z (6 months ago)
- Topics: probot-app
- Language: JavaScript
- Homepage:
- Size: 228 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# probot-app-pr-issue
[![build status][build-badge]][build-href]
[![dependencies status][deps-badge]][deps-href]
[![npm version][npm-badge]][npm-href]> a GitHub App built with [probot](https://github.com/probot/probot) that ensures PRs have an associated issue
## Setup
```
# Install dependencies
npm install# Run the bot
npm start
```See [docs/deploy.md](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`
```yml
ignore:
- release
- docs
```[build-badge]: https://badge.buildkite.com/f610b44e27ccb64b9ba97d9c659c13f83313be09bfb7c6f6b0.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-pr-issue
[deps-badge]: https://david-dm.org/uber-web/probot-app-pr-issue.svg
[deps-href]: https://david-dm.org/uber-web/probot-app-pr-issue
[npm-badge]: https://badge.fury.io/js/probot-app-pr-issue.svg
[npm-href]: https://www.npmjs.com/package/probot-app-pr-issue