Close inactive issues awaiting more information - #9570
Merged
Conversation
Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
dibarbet
July 23, 2026 00:16
View session
Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com>
dibarbet
reviewed
Jul 23, 2026
Comment on lines
+28
to
+33
| - weekday: | ||
| day: Saturday | ||
| time: 0:0 | ||
| - weekday: | ||
| day: Sunday | ||
| time: 0:0 |
Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a GitOps Resource Management scheduled search to automatically close stale GitHub issues that are labeled Needs More Info, preventing them from staying open indefinitely in the repository’s issue tracker.
Changes:
- Introduces a new
scheduledSearchesrule to find open issues labeledNeeds More Infowith no activity for 14 days. - Automatically closes matching issues via
closeIssue.
Show a summary per file
| File | Description |
|---|---|
| .github/policies/resourceManagement.yml | Adds a scheduled search to close inactive “Needs More Info” issues after 14 days. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 2
Comment on lines
+12
to
+27
| 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
+35
to
+36
| actions: | ||
| - closeIssue |
Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Copilot's findings
Comments suppressed due to low confidence (1)
.github/policies/resourceManagement.yml:16
- PR description says the scheduled search runs daily, but the policy currently schedules it only Monday–Friday. Either add Saturday/Sunday entries (if you intend daily) or update the PR description to match the weekday-only behavior.
frequencies:
- weekday:
day: Monday
time: 0:0
- weekday:
- Files reviewed: 1/1 changed files
- Comments generated: 0 new
JoeRobich
approved these changes
Jul 24, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues labeled
Needs More Infocan remain open indefinitely without follow-up.