An open API service indexing awesome lists of open source software.

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

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