Skip to content

Commit 822d884

Browse files
committed
Fix untriaged policy not conditions
1 parent 7716047 commit 822d884

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/policies/untriaged.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ configuration:
1010
- payloadType: Issues
1111
- isOpen
1212
- not:
13-
- isPartOfAnyMilestone
14-
- isAssignedToSomeone
15-
- hasLabel:
16-
label: untriaged
13+
isPartOfAnyMilestone
14+
- not:
15+
isAssignedToSomeone
16+
- not:
17+
hasLabel:
18+
label: untriaged
1719
- or:
1820
- isAction:
1921
action: Opened

0 commit comments

Comments
 (0)