chore: Remove deprecated strict mode from mergify (#10694)
* chore: Remove deprecated strict mode from mergify * Update .mergify.yml Co-authored-by: Marko <marbar3778@yahoo.com> * Add backport 0.45 Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
parent
bd78054139
commit
3ecffbb629
14
.mergify.yml
14
.mergify.yml
|
@ -12,10 +12,18 @@ pull_request_rules:
|
||||||
actions:
|
actions:
|
||||||
queue:
|
queue:
|
||||||
name: default
|
name: default
|
||||||
merge:
|
|
||||||
method: squash
|
method: squash
|
||||||
strict: true
|
commit_message_template: |
|
||||||
commit_message: title+body
|
{{ title }} (#{{ number }})
|
||||||
|
{{ body }}
|
||||||
|
- name: backport patches to v0.45.x branch
|
||||||
|
conditions:
|
||||||
|
- base=master
|
||||||
|
- label=backport/0.45.x
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- release/v0.45.x
|
||||||
- name: backport patches to v0.44.x branch
|
- name: backport patches to v0.44.x branch
|
||||||
conditions:
|
conditions:
|
||||||
- base=master
|
- base=master
|
||||||
|
|
Loading…
Reference in New Issue