probot-app-merge-pr

GitHub App that merges PRs on command

Usage no npm install needed!

<script type="module">
  import probotAppMergePr from 'https://cdn.skypack.dev/probot-app-merge-pr';
</script>

README

probot-app-merge-pr

build status dependencies status npm version

a GitHub App built with probot that merges PRs on command

Setup

# Install dependencies
npm install

# Run the bot
npm start

See docs/deploy.md if you would like to run your own instance of this app.

Config

.github/merge-pr.yml

command: "!merge"
merge_method: squash