Skip to content

Instantly share code, notes, and snippets.

@akfaew
Created May 21, 2019 09:45
Show Gist options
  • Save akfaew/18af54a30240207fbb1b5e09bc590bde to your computer and use it in GitHub Desktop.
Save akfaew/18af54a30240207fbb1b5e09bc590bde to your computer and use it in GitHub Desktop.
merge:
whitelist:
# a PR must have these labels set
labels: ["automerge"]
blacklist:
# a PR may not have these labels set
labels: ["wip"]
# merge method, see https://help.github.com/en/articles/about-merge-methods-on-github
# one of: merge, squash, rebase
method: squash
# status checks required in addition to the ones defined in GitHub Branch Protection Rules
required_statuses:
- "test1"
- "test2"
delete_after_merge: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment