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:
Amaury 2021-12-08 11:35:28 +01:00 committed by GitHub
parent bd78054139
commit 3ecffbb629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 3 deletions

View File

@ -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