Skip to content

Commit

Permalink
Add config for automerge tool
Browse files Browse the repository at this point in the history
If the 'automerge' label is added to the PR, This tool automatically
merges the PR once it has all the necessary approvals.

This is useful for trivial PRs such as
#1443 which are in an endless cycle
of bringing the branch up to date.

Signed-off-by: Ryan O'Leary <ryanoleary@google.com>
  • Loading branch information
rjoleary authored and hugelgupf committed Dec 3, 2019
1 parent 9ea93f4 commit f0f194f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/auto-merge.yml
@@ -0,0 +1,6 @@
minApprovals:
COLLABORATOR: 1
requiredLabels:
- automerge
mergeMethod: rebase
reportStatus: true

0 comments on commit f0f194f

Please sign in to comment.