laconicd-deprecated/.mergify.yml

35 lines
784 B
YAML
Raw Normal View History

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
conditions:
- "#approved-reviews-by>1"
2021-06-03 07:04:47 +00:00
- base=main
- label=automerge
actions:
queue:
name: default
merge:
method: squash
strict: true
commit_message: title+body
- name: backport patches to v0.8.x branch
conditions:
- base=main
- label=backport/0.8.x
actions:
backport:
branches:
- release/v0.8.x
- name: backport patches to v0.7.x branch
conditions:
- base=main
- label=backport/0.7.x
actions:
backport:
branches:
- release/v0.7.x