-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add scheduled.yml, change spacing because...yaml
- Loading branch information
Showing
2 changed files
with
25 additions
and
2 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,23 @@ | ||
name: Scheduled Issue updates | ||
description: | ||
resource: repository | ||
disabled: false | ||
where: | ||
configuration: | ||
resourceManagementConfiguration: | ||
scheduledSearches: | ||
- description: "Close issues that where author has not provided reproduction code or repo" | ||
- frequencies: | ||
- hourly: | ||
hour: 3 | ||
filters: | ||
- isOpen | ||
- is:issue | ||
- hasLabel: | ||
label: 'needs: repro code or repository' | ||
- noActivitySince: | ||
days: 1 | ||
actions: | ||
- addReply: | ||
reply: "This issue has been automatically closed as no reproduction code has been provided within **4 days**." | ||
- closeIssue |
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