Created
May 21, 2019 09:45
-
-
Save akfaew/18af54a30240207fbb1b5e09bc590bde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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