Skip to content

Commit

Permalink
Create stale-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
localden committed Oct 30, 2024
1 parent bdd56c1 commit 8a14fc7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/policies/stale-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Stale issues
description: Close needs-more-info issues that haven't had a response in 14 days
resource: repository
where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
- frequencies:
- daily:
time: 12:00
filters:
- isIssue
- isOpen
- hasLabel:
label: needs-more-info
- noActivitySince:
days: 14
actions:
- 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

0 comments on commit 8a14fc7

Please sign in to comment.