From 67b6479d848cf9042449842f14d1211c5d05cfc1 Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Thu, 17 Dec 2020 19:35:54 -0500 Subject: [PATCH] [fenix] Update mergify to use new release branch name format (https://github.com/mozilla-mobile/fenix/pull/17107) --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 47be03822f..75fe865ac1 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