2021-11-11 06:21:56 -08:00
|
|
|
queue_rules:
|
|
|
|
- name: default
|
|
|
|
conditions:
|
|
|
|
- "#approved-reviews-by>1"
|
|
|
|
|
2020-02-27 21:36:42 -08:00
|
|
|
pull_request_rules:
|
2020-02-28 09:36:26 -08:00
|
|
|
- name: automerge to master with label automerge and branch protection passing
|
2020-02-27 21:36:42 -08:00
|
|
|
conditions:
|
2020-03-01 08:18:22 -08:00
|
|
|
- "#approved-reviews-by>1"
|
2020-02-27 21:36:42 -08:00
|
|
|
- base=master
|
|
|
|
- label=automerge
|
|
|
|
actions:
|
2021-11-11 06:21:56 -08:00
|
|
|
queue:
|
|
|
|
name: default
|
2020-02-27 21:36:42 -08:00
|
|
|
method: squash
|
2021-12-08 02:35:28 -08:00
|
|
|
commit_message_template: |
|
|
|
|
{{ title }} (#{{ number }})
|
|
|
|
{{ body }}
|
|
|
|
- name: backport patches to v0.45.x branch
|
|
|
|
conditions:
|
|
|
|
- base=master
|
|
|
|
- label=backport/0.45.x
|
|
|
|
actions:
|
|
|
|
backport:
|
|
|
|
branches:
|
|
|
|
- release/v0.45.x
|
2021-09-15 03:43:59 -07:00
|
|
|
- name: backport patches to v0.44.x branch
|
2021-06-28 03:23:20 -07:00
|
|
|
conditions:
|
|
|
|
- base=master
|
2021-09-15 03:43:59 -07:00
|
|
|
- label=backport/0.44.x
|
2021-06-28 03:23:20 -07:00
|
|
|
actions:
|
|
|
|
backport:
|
|
|
|
branches:
|
2021-09-15 03:43:59 -07:00
|
|
|
- release/v0.44.x
|
2021-03-05 04:45:18 -08:00
|
|
|
- name: backport patches to v0.42.x branch
|
2021-02-17 07:15:22 -08:00
|
|
|
conditions:
|
|
|
|
- base=master
|
2021-03-05 04:45:18 -08:00
|
|
|
- label=backport/0.42.x (Stargate)
|
2021-02-17 07:15:22 -08:00
|
|
|
actions:
|
|
|
|
backport:
|
|
|
|
branches:
|
2021-03-05 04:45:18 -08:00
|
|
|
- release/v0.42.x
|