From 0665b1eb2919a97901bfb5bd74f00c27f6a7062b Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Tue, 17 Oct 2023 13:37:07 +0400 Subject: [PATCH] ci: add mergify (#208) --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..cc8d3f9 --- /dev/null +++ b/.mergify.yml @@ -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