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

  1. pull_request_rules:
  2. - name: automatic merge for master when CI passes and 1 reviews and has label S:automerge
  3. conditions:
  4. - "#approved-reviews-by>=1"
  5. - "status-success=ci/circleci - Pull Request"
  6. - base=master
  7. - label=S:automerge
  8. actions:
  9. merge:
  10. method: squash