Merge PR #5723: fix config file
This commit is contained in:
parent
1b78457135
commit
a5fd4705ed
|
@ -1,10 +1,10 @@
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: automatic merge for master when CI passes, has 1 review and has the label automerge
|
- name: automerge to master with label automerge and branch protection passing
|
||||||
conditions:
|
conditions:
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
- "status-success=ci/circleci - Pull Request"
|
|
||||||
- base=master
|
- base=master
|
||||||
- label=automerge
|
- label=automerge
|
||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
method: squash
|
method: squash
|
||||||
|
strict: true
|
||||||
|
|
Loading…
Reference in New Issue