chore: Add mergify v0.43 backport (#9591)

This commit is contained in:
Amaury 2021-06-28 12:23:20 +02:00 committed by GitHub
parent 8ba33a48f5
commit bc24f26184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,14 @@ pull_request_rules:
method: squash
strict: true
commit_message: title+body
- name: backport patches to v0.43.x branch
conditions:
- base=master
- label=backport/0.43.x
actions:
backport:
branches:
- release/v0.43.x
- name: backport patches to v0.42.x branch
conditions:
- base=master