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.

18 lines
401 B

  1. pull_request_rules:
  2. - name: Automerge to master
  3. conditions:
  4. - base=master
  5. - label=S:automerge
  6. actions:
  7. merge:
  8. method: squash
  9. strict: true
  10. commit_message: title+body
  11. - name: backport patches to v0.34.x branch
  12. conditions:
  13. - base=master
  14. - label=S:backport-to-v0.34.x
  15. actions:
  16. backport:
  17. branches:
  18. - v0.34.x