From 78c693a5d29da86d696ee535e303897220be4663 Mon Sep 17 00:00:00 2001 From: Steve Macenski Date: Thu, 29 Jun 2023 10:15:24 -0700 Subject: [PATCH] Adding iron backport rule to mergify --- .github/mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index b99404328b..1c9acea3c3 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,4 +1,13 @@ pull_request_rules: + - name: backport to iron at reviewers discretion + conditions: + - base=main + - "label=backport-iron" + actions: + backport: + branches: + - iron + - name: backport to humble at reviewers discretion conditions: - base=main