https://github.com/sfdye/pr-merge
A probot app to congratulate users on pr merge and remind them to delete branch
https://github.com/sfdye/pr-merge
github probot probot-app
Last synced: about 2 months ago
JSON representation
A probot app to congratulate users on pr merge and remind them to delete branch
- Host: GitHub
- URL: https://github.com/sfdye/pr-merge
- Owner: sfdye
- License: isc
- Created: 2018-02-02T04:20:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T10:47:03.000Z (over 8 years ago)
- Last Synced: 2025-03-23T08:30:45.409Z (over 1 year ago)
- Topics: github, probot, probot-app
- Language: JavaScript
- Homepage: https://github.com/apps/pr-merge
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# pr-merge
[](https://travis-ci.org/sfdye/pr-merge)
> a [probot](https://github.com/probot/probot) app to congratulate users on pr merge and remind them to delete branch
## 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.