Skip to content

Commit b15f78b

Browse files
anoopcs9mergify[bot]
authored andcommitted
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 <[email protected]>
1 parent 79c107f commit b15f78b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/mergify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ pull_request_rules:
8383
conditions:
8484
- "updated-at<15 days ago"
8585
- "-draft"
86+
- "-closed"
87+
- "-merged"
8688
actions:
8789
label:
8890
add:

0 commit comments

Comments
 (0)