A Probot app to merge PR with proper merge method
Probot app that merges PR after comment. It can choose a merge strategy based on configuration.
Based on uber-workflow bot
Config file: .github/merge-pr.yml
. Config strategy is one of squash
, merge
or rebase
. Default config:
command: '@appbooster-bot merge',
branch_merge_methods:
master: squash
production: merge
# Install dependencies
yarn
# Run the bot
yarn start