https://github.com/uber-workflow/probot-app-merge-pr
Merges PRs on command
https://github.com/uber-workflow/probot-app-merge-pr
probot-app
Last synced: 5 months ago
JSON representation
Merges PRs on command
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-merge-pr
- Owner: uber-workflow
- License: mit
- Created: 2017-10-09T17:31:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T01:41:37.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T08:45:12.307Z (6 months ago)
- Topics: probot-app
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# probot-app-merge-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 merges PRs on command
## 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.
## Config
`.github/merge-pr.yml`
```yml
command: "!merge"
merge_method: squash
```[build-badge]: https://badge.buildkite.com/12755c41f29821b7e31405d1e61f6b2fe982a742743e1cc647.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-merge-pr
[deps-badge]: https://david-dm.org/uber-web/probot-app-merge-pr.svg
[deps-href]: https://david-dm.org/uber-web/probot-app-merge-pr
[npm-badge]: https://badge.fury.io/js/probot-app-merge-pr.svg
[npm-href]: https://www.npmjs.com/package/probot-app-merge-pr