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:
|
||||
queue:
|
||||
name: default
|
||||
merge:
|
||||
method: squash
|
||||
strict: true
|
||||
commit_message: title+body
|
||||
commit_message_template: |
|
||||
{{ 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
|
||||
conditions:
|
||||
- base=master
|
||||
|
|
Loading…
Reference in New Issue