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.

35 lines
740 B

  1. queue_rules:
  2. - name: default
  3. conditions:
  4. - base=master
  5. - label=S:automerge
  6. pull_request_rules:
  7. - name: Automerge to master
  8. conditions:
  9. - base=master
  10. - label=S:automerge
  11. actions:
  12. queue:
  13. method: squash
  14. name: default
  15. commit_message_template: |
  16. {{ title }} (#{{ number }})
  17. {{ body }}
  18. - name: backport patches to v0.34.x branch
  19. conditions:
  20. - base=master
  21. - label=S:backport-to-v0.34.x
  22. actions:
  23. backport:
  24. branches:
  25. - v0.34.x
  26. - name: backport patches to v0.35.x branch
  27. conditions:
  28. - base=master
  29. - label=S:backport-to-v0.35.x
  30. actions:
  31. backport:
  32. branches:
  33. - v0.35.x