Skip to content

Commit

Permalink
automatically close code of conduct issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Nov 25, 2024
1 parent e793387 commit 459ed51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/policies/close-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ configuration:
- addReply:
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.
- closeIssue

eventResponderTasks:
- description: Close issues labeled 'code-of-conduct'
if:
- payloadType: Issues
- hasLabel:
label: code-of-conduct
then:
- closeIssue

0 comments on commit 459ed51

Please sign in to comment.