queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"
pull_request_rules:
- name: automerge to the base branch with label automerge and branch protection passing
- base=main
- label=automerge
actions:
queue:
name: default
merge:
method: squash
strict: true
commit_message: title+body
- name: backport patches to v0.9.x branch
- label=backport/0.9.x
backport:
branches:
- release/v0.9.x
- name: backport patches to v0.7.x branch
- label=backport/0.7.x
- release/v0.7.x