We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f96275 commit 08b9370Copy full SHA for 08b9370
1 file changed
.github/policies/resourceManagement.yml
@@ -290,6 +290,16 @@ configuration:
290
label: needs-assignee-attention
291
- addLabel:
292
label: area-External
293
+
294
+ - description: Close /external issues (step 2)
295
+ if:
296
+ - hasLabel:
297
+ label: area-External
298
+ - isOpen
299
+ - commentContains:
300
+ pattern: '\/[E|e]xternal'
301
+ isRegex: True
302
+ then:
303
- closeIssue
304
305
onFailure:
0 commit comments