We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c99f98 commit fde437bCopy full SHA for fde437b
.github/policies/resourceManagement.yml
@@ -89,7 +89,6 @@ configuration:
89
- isOpen
90
- not:
91
and:
92
- - isAssignedToSomeone
93
- isLabeled
94
then:
95
- addLabel:
@@ -98,7 +97,17 @@ configuration:
98
97
- payloadType: Issues
99
- and:
100
101
+ - isLabeled
+ - not:
102
+ and:
103
+ - isAssignedToSomeone
104
+ then:
105
+ - addLabel:
106
+ label: 'Triaged-Unassigned'
107
+ - if:
108
+ - payloadType: Issues
109
+ - and:
110
+ - isOpen
111
112
113
- removeLabel:
0 commit comments