From 93dbdbec4f8dd5713c2fe2fdfeab273caa1c5e11 Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Mon, 17 Oct 2022 14:01:56 -0400 Subject: [PATCH] CI: mergify should label automatic backports as such (#8516) --- .github/mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index e8f8e0d43..a53463817 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -57,6 +57,15 @@ pull_request_rules: - body~=backport - '#approved-reviews-by>=1' + # backports should be labeled as such + - actions: + label: + add: + - backport + name: Label backports as such + conditions: + - body~=automatic backport + queue_rules: - name: default conditions: [] -- 2.11.4.GIT