forked from cerc-io/laconicd-deprecated
ccf66cf36e
* release: v0.17.0 changelog (#1153) * release: v0.17.0 changelog * rm newline * update link * update mergify
34 lines
772 B
YAML
34 lines
772 B
YAML
queue_rules:
|
|
- name: default
|
|
conditions:
|
|
- "#approved-reviews-by>1"
|
|
|
|
pull_request_rules:
|
|
- name: automerge to main with label "automerge" and branch protection passing
|
|
conditions:
|
|
- "#approved-reviews-by>1"
|
|
- base=main
|
|
- label=automerge
|
|
actions:
|
|
queue:
|
|
name: default
|
|
method: squash
|
|
commit_message_template: |
|
|
{{ title }} (#{{ number }})
|
|
{{ body }}
|
|
- name: backport patches to main branch
|
|
conditions:
|
|
- label=backport/main
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- main
|
|
- name: backport patches to v0.16.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=backport/0.16.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- release/v0.16.x
|