Skip to content

Commit c5e2b4c

Browse files
anoopcs9phlogistonjohn
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 886bc7d commit c5e2b4c

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
@@ -77,6 +77,8 @@ pull_request_rules:
7777
conditions:
7878
- "updated-at<15 days ago"
7979
- "-draft"
80+
- "-closed"
81+
- "-merged"
8082
actions:
8183
label:
8284
add:

0 commit comments

Comments
 (0)