From 04691431bd06157dc69c796636af65eaa73a1e2f Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Fri, 22 Jul 2022 14:56:27 +0200 Subject: [PATCH] Bug 1780740 - part 1: Don't automerge if Gecko.kt changes since this file was removed in https://github.com/mozilla-mobile/fenix/pull/4297 --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index c66a7870a..da260bc08 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -19,7 +19,7 @@ pull_request_rules: conditions: - author=MickeyMoz - status-success=complete-pr - - files~=(Gecko.kt|AndroidComponents.kt) + - files~=AndroidComponents.kt actions: review: type: APPROVE