2020-11-24 15:43:08 +00:00
|
|
|
pull_request_rules:
|
2021-06-03 07:04:47 +00:00
|
|
|
- name: automerge to base branch with label automerge and branch protection passing
|
2020-11-24 15:43:08 +00:00
|
|
|
conditions:
|
|
|
|
- "#approved-reviews-by>1"
|
2021-06-03 07:04:47 +00:00
|
|
|
- base=main
|
2020-11-24 15:43:08 +00:00
|
|
|
- label=automerge
|
|
|
|
actions:
|
|
|
|
merge:
|
|
|
|
method: squash
|
|
|
|
strict: true
|