We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
needs-triage
1 parent e5537d8 commit 9ffba6bCopy full SHA for 9ffba6b
1 file changed
.github/policies/resourceManagement.yml
@@ -286,5 +286,17 @@ configuration:
286
- addLabel:
287
label: 'Needs-Attention :wave:'
288
description:
289
+ - if:
290
+ - payloadType: Issues
291
+ - and:
292
+ - isOpen
293
+ - not:
294
+ and:
295
+ - isAssignedToSomeone
296
+ - isLabeled
297
+ then:
298
+ - addLabel:
299
+ label: 'Needs-Triage :mag:'
300
+ description: 'Adding needs triage label to newly opened issues'
301
onFailure:
302
onSuccess:
0 commit comments