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
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-release-pr-compare
- Owner: uber-workflow
- License: mit
- Created: 2017-11-15T02:24:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T01:14:31.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T06:40:08.142Z (6 months ago)
- Language: JavaScript
- Size: 310 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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