From 2bfaf93972ce385bc3a30f06dea54a8d97f256a8 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 31 Aug 2022 18:39:34 +0200 Subject: [PATCH] [fenix] mergify: auto-merge relbot PRs that target the main branch --- .mergify.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 5e087e5431..23564e6761 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -5,11 +5,16 @@ queue_rules: - status-success=complete-pr - and: # For more context, see "Auto Merge" rules down below - - base~=^releases[_/].* - status-success=complete-push - or: - - head~=^automation/sync-strings-\d+ - - head~=^relbot/fenix-\d+ + - and: + - base~=^releases[_/].* + - or: + - head~=^automation/sync-strings-\d+ + - head~=^relbot/fenix-\d+ + - and: + - base=main + - head~=^relbot/AC-Nightly-.+ pull_request_rules: - name: Resolve conflict conditions: