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

https://github.com/uber-workflow/probot-app-release-pr-compare


https://github.com/uber-workflow/probot-app-release-pr-compare

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# probot-app-release-pr-compare

[![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 comments on release PRs with compare url of changes

## 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/acbaef13784bdbf6780770063a3637fcb9921a247afbbd5cba.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-release-pr-compare
[deps-badge]: https://david-dm.org/uber-workflow/probot-app-release-pr-compare.svg
[deps-href]: https://david-dm.org/uber-workflow/probot-app-release-pr-compare
[npm-badge]: https://badge.fury.io/js/probot-app-release-pr-compare.svg
[npm-href]: https://www.npmjs.com/package/probot-app-release-pr-compare