From ca36ffe061f8ab878502b3f53d4ea580372b1420 Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Fri, 18 Dec 2020 09:50:47 -0500 Subject: [PATCH] Let Mergify know about the change of branch name (#17119) --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 75fe865ac..1f3f66814 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -31,7 +31,7 @@ pull_request_rules: strict: smart - name: Release automation conditions: - - base~=releases_.* + - base~=releases[_/].* - author=github-actions[bot] # Listing checks manually beause we do not have a "push complete" check yet. - check-success=build-android-test-debug