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
|