Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@ disabled: false
where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
- description: 'Close inactive issues that need more information'
frequencies:
- weekday:
day: Monday
time: 0:0
- weekday:
day: Tuesday
time: 0:0
- weekday:
day: Wednesday
time: 0:0
- weekday:
day: Thursday
time: 0:0
- weekday:
day: Friday
time: 0:0
Comment on lines +12 to +27
filters:
- isIssue
- isOpen
- hasLabel:
label: Needs More Info
- noActivitySince:
days: 14
actions:
- addReply:
reply: Closing due to 14 days of inactivity while waiting for more information. If you can provide the requested details, please comment and re-open.
- closeIssue
Comment on lines +35 to +38

eventResponderTasks:

Expand Down