From 56cb1fc880fdf7c905831b015740e71f560b44c6 Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Mon, 22 Sep 2025 14:09:51 +1000 Subject: [PATCH 1/2] ci(Mergify): configuration update Signed-off-by: Alex Zaytsev --- .mergify.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000000..2370227631 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,10 @@ +pull_request_rules: + - name: Backport patches to the release branch and assign to original author + conditions: + - label = backport + actions: + backport: + branches: + - "5.5.x" + assignees: + - "{{ author }}" From 1c806c1a5cfc4e3a9b7f211b867aaeadbd5a4824 Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Mon, 22 Sep 2025 14:12:01 +1000 Subject: [PATCH 2/2] Update .mergify.yml --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 2370227631..53ec7a2a68 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,5 +1,5 @@ pull_request_rules: - - name: Backport patches to the release branch and assign to original author + - name: Backport patches to the release branch conditions: - label = backport actions: