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

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

Awesome Lists containing this project

README

          

# pr-merge
[![Build Status](https://travis-ci.org/sfdye/pr-merge.svg?branch=master)](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.