From 027357e5eeb4ffbb42b83dafeba5d2f6cf6a3c46 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Tue, 20 Sep 2022 12:07:46 +1000 Subject: [PATCH] Don't dismiss stale reviews for the release-management team --- .mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mergify.yml b/.mergify.yml index 667b17349..b4a8187f6 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -15,6 +15,7 @@ pull_request_rules: - base=main - author!=@mozilla/application-services - author!=@mozilla/application-services-collaborators + - author!=@mozilla/release-management actions: dismiss_reviews: message: The pull request has been modified, dismissing previous reviews.