Skip to content

Commit f05c0c9

Browse files
authored
automatically close code of conduct issues (#43763)
1 parent 6b12a9b commit f05c0c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/policies/close-issues.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ configuration:
1919
- addReply:
2020
reply: This issue has been automatically closed due to no response from the original author. Feel free to reopen it if you have more information that can help us investigate the issue further.
2121
- closeIssue
22+
23+
eventResponderTasks:
24+
- description: Close issues labeled 'code-of-conduct'
25+
if:
26+
- payloadType: Issues
27+
- hasLabel:
28+
label: code-of-conduct
29+
then:
30+
- closeIssue

0 commit comments

Comments
 (0)