项目作者: appbooster

项目描述 :
A Probot app to merge PR with proper merge method
高级语言: JavaScript
项目地址: git://github.com/appbooster/probot-merge-pr.git
创建时间: 2018-12-12T08:50:45Z
项目社区:https://github.com/appbooster/probot-merge-pr

开源协议:

下载


probot-merge-pr

Probot app that merges PR after comment. It can choose a merge strategy based on configuration.

Based on uber-workflow bot

Config

Config file: .github/merge-pr.yml. Config strategy is one of squash, merge or rebase. Default config:

  1. command: '@appbooster-bot merge',
  2. branch_merge_methods:
  3. master: squash
  4. production: merge

Setup

  1. # Install dependencies
  2. yarn
  3. # Run the bot
  4. yarn start