Created
September 30, 2020 08:24
-
-
Save sileht/a2140d8cc5a0bc45d0540928a5f52e73 to your computer and use it in GitHub Desktop.
templating example
This file contains 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
pull_request_rules: | |
- name: common ci requirements | |
conditions: | |
- status-success=foobar | |
- status-success=otherci | |
- status-success=circle-ci | |
actions: | |
check-runs: | |
title: common-ci-requirements | |
- name: merge rules | |
conditions: | |
- status-success=common-ci-requirements | |
- label=automerge | |
actions: | |
merge: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment