chore(Automation): Auto-close daily status reports#8942
Merged
Conversation
takyyon
approved these changes
Mar 19, 2026
ccastrotrejo
approved these changes
Mar 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds GitHub Actions automation to close daily-status issues after they’ve been open for more than a day, reducing noise in the open-issues backlog.
Changes:
- Add an
actions/stale@v4step scoped todaily-statuslabeled issues - Mark eligible
daily-statusissues stale immediately and close them after 1 day - Limit the number of operations per run for this new step
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | (Optional) Consider lowercase scope for consistency |
| Commit Type | ✅ | None |
| Risk Level | ✅ | None |
| What & Why | ✅ | (Optional) note source of daily-status label |
| Impact of Change | Add a short System line explaining no perf/arch impact and mention operations-per-run / permissions | |
| Test Plan | ✅ | (Optional) add one-line validation steps if you executed the workflow in a test repo |
| Contributors | ✅ | None |
| Screenshots/Videos | ✅ | None |
Additional notes
- The code diff adds an
actions/stale@v4step configured to only target issues labeleddaily-status, marking them stale immediately and closing them after 1 day. This is a small, repository-maintenance workflow change and the advised risk level is Low — matching the PR label. - I noticed the
needs-pr-updatelabel is still applied to this PR. If you consider the PR ready, please remove that label so maintainers know no further updates are expected.
Final: Please add the single-line System impact note suggested above and (optionally) a short note in Test Plan describing how you validated the workflow in a test run. Once updated, this PR is good to merge.
Please update the PR title/body if you want to incorporate the optional suggestions, then re-submit or remove the needs-pr-update label when ready. Thank you for helping keep the repository tidy!
Last updated: Thu, 19 Mar 2026 18:40:33 GMT
📊 Coverage CheckNo source files changed in this PR. |
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.
Commit Type
Risk Level
What & Why
Our automated daily status report issues are flooding our open issue logs.
This will auto-close any that are over a day old since there will be a new one to take it's place.
Impact of Change
Test Plan
** GH issue automation, testing not needed **
Contributors
@rllyy97
Screenshots/Videos
N/A