From f63f81117049021ca062c6ce7d0d3deb1882be8d Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Tue, 30 May 2023 15:07:05 -0500 Subject: [PATCH] Add Mergify rules for v1.16 backport (#31875) --- .mergify.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 431665019d..1fca661ddd 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -98,6 +98,30 @@ pull_request_rules: ignore_conflicts: true branches: - v1.14 + - name: v1.16 feature-gate backport + conditions: + - label=v1.16 + - label=feature-gate + actions: + backport: + assignees: *BackportAssignee + title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})" + ignore_conflicts: true + labels: + - feature-gate + branches: + - v1.16 + - name: v1.16 non-feature-gate backport + conditions: + - label=v1.16 + - label!=feature-gate + actions: + backport: + assignees: *BackportAssignee + title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})" + ignore_conflicts: true + branches: + - v1.16 commands_restrictions: # The author of copied PRs is the Mergify user.