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:
|
|
|
|
merge:
|
|
|
|
method: squash
|
2020-02-28 09:36:26 -08:00
|
|
|
strict: true
|
2021-06-11 11:56:00 -07:00
|
|
|
commit_message: title+body
|
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
|
2021-02-23 23:22:19 -08:00
|
|
|
- name: backport patches to v0.39.x branch
|
|
|
|
conditions:
|
|
|
|
- base=master
|
|
|
|
- label=backport/0.39.x (Launchpad)
|
|
|
|
actions:
|
|
|
|
backport:
|
|
|
|
branches:
|
|
|
|
- launchpad/backports
|