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.

27 lines
597 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: smart+fasttrack
  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
  19. - name: backport patches to v0.35.x branch
  20. conditions:
  21. - base=master
  22. - label=S:backport-to-v0.35.x
  23. actions:
  24. backport:
  25. branches:
  26. - v0.35.x