From 57652bb8476f898dca44d6888fa95a75b2a2002a Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 27 May 2025 14:52:29 +0530 Subject: [PATCH] mergify: Restrict the addition of "priority-review" label Mergify rules doesn't check the status of pull requests before adding the "priority-review" label. In addition to the existing rules it only makes sense to add the label if the pull request is in open state. Signed-off-by: Anoop C S --- .github/mergify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 1fb1f932..dafd5292 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -83,6 +83,8 @@ pull_request_rules: conditions: - "updated-at<15 days ago" - "-draft" + - "-closed" + - "-merged" actions: label: add: