ci: add mergify (#208)

This commit is contained in:
Kirill Fomichev 2023-10-17 13:37:07 +04:00 committed by GitHub
parent f5f0c3cd8d
commit 0665b1eb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.mergify.yml Normal file
View File

@ -0,0 +1,13 @@
pull_request_rules:
- name: v1.16 backport
conditions:
- label=v1.16
actions:
backport:
assignees:
- "{{ author }}"
- "@fanatid"
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v1.16