-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |