Skip to content

Commit 1471362

Browse files
committed
add to Triage milestone too
1 parent 1d1919f commit 1471362

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/policies/untriaged-label.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,18 @@ configuration:
2323
then:
2424
- addLabel:
2525
label: untriaged
26+
addMilestone:
27+
milestone: Triage
2628

2729
- description: Remove untriaged label from issues when closed or added to a milestone
2830
if:
2931
- payloadType: Issues
3032
- or:
3133
- isAction:
3234
action: Closed
33-
- isPartOfAnyMilestone
35+
- not:
36+
isPartOfMilestone:
37+
milestone: 'Triage'
3438
- hasLabel:
3539
label: untriaged
3640
then:

0 commit comments

Comments
 (0)