You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
309 B

pull_request_rules:
- name: automatic merge for master when CI passes and 1 reviews and has label S:automerge
conditions:
- "#approved-reviews-by>=1"
- "status-success=ci/circleci - Pull Request"
- base=master
- label=S:automerge
actions:
merge:
method: squash