From 6276fdcb5d23198a21dd8be9a067c931635c8b11 Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Mon, 4 Oct 2021 13:04:15 -0400 Subject: [PATCH] ci: mergify support for 0.35 backports (#7050) --- .github/mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 6b08c877f..d49264597 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -16,3 +16,12 @@ pull_request_rules: backport: branches: - v0.34.x + - name: backport patches to v0.35.x branch + conditions: + - base=master + - label=S:backport-to-v0.35.x + actions: + backport: + branches: + - v0.35.x +