https://github.com/uber-workflow/probot-app-label-dependency-pr
Applies a 'dependencies' label to PRs that change package dependencies
https://github.com/uber-workflow/probot-app-label-dependency-pr
Last synced: 8 days ago
JSON representation
Applies a 'dependencies' label to PRs that change package dependencies
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-label-dependency-pr
- Owner: uber-workflow
- License: mit
- Created: 2018-08-29T22:57:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-31T10:40:22.000Z (about 2 months ago)
- Last Synced: 2025-08-31T12:26:28.918Z (about 2 months ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# probot-app-label-dependency-pr
[![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 adds the dependency-related labels ('dependencies' and 'infra') if dependencies are upgraded in package.json
## 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.
[build-badge]: https://badge.buildkite.com/f12057c757ed4c76c1f738f0db0718b6fa30c3559a53477383.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-label-dependency-pr
[deps-badge]: https://david-dm.org/uber-web/probot-app-label-dependency-pr.svg
[deps-href]: https://david-dm.org/uber-web/probot-app-label-dependency-pr
[npm-badge]: https://badge.fury.io/js/probot-app-label-dependency-pr.svg
[npm-href]: https://www.npmjs.com/package/probot-app-label-dependency-pr