From 0816895b21d76f4d654c1767c25a3e59480a7e89 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 4 May 2020 17:53:51 -0700 Subject: [PATCH] Update Mergify rules to backport to 3.3.x This replaces the rules for 3.2.x --- .mergify.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index cbd2b5b4ab1..0deb22a3384 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -26,15 +26,15 @@ pull_request_rules: strict: smart strict_method: merge - - name: backport to 3.2.x + - name: backport to 3.3.x conditions: - merged - base=master - - milestone=3.2.X + - milestone=3.3.x actions: backport: branches: - - 3.2.x + - 3.3.x ignore_conflicts: True label_conflicts: "bp-conflict" label: @@ -42,7 +42,7 @@ pull_request_rules: - name: label Mergify backport PR conditions: - - base=3.2.x + - base=3.3.x - body~=This is an automated backport of pull request \#\d+ done by Mergify actions: label: @@ -58,7 +58,7 @@ pull_request_rules: - "status-success=ci/circleci: check-binary-compatibility" - status-success=license/cla - "#changes-requested-reviews-by=0" - - base=3.2.x + - base=3.3.x - label="Backport" - label!="DO NOT MERGE" - label!="bp-conflict"