meta(Automation): Fixed stale status issue#8948
Conversation
There was a problem hiding this comment.
Pull request overview
Adjusts the actions/stale configuration for the daily status issue automation to address “stale” handling and labeling.
Changes:
- Delays marking
daily-statusissues as stale from 0 to 1 day. - Changes close timing to occur immediately after becoming stale.
- Renames the stale label from
staletostale-status.
📊 Coverage CheckNo source files changed in this PR. |
🤖 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: clarify behavior in title if desired |
| Commit Type | ✅ | None |
| Risk Level | ✅ | None |
| What & Why | ✅ | Add one sentence about the prior incorrect behavior |
| Impact of Change | Expand to explicitly mention the daily-status label impact |
|
| Test Plan | Add simple verification steps (manual trigger/test issue) | |
| Contributors | ✅ | Optional: add reviewers if applicable |
| Screenshots/Videos | ✅ | N/A |
Final Message
This PR is acceptable to merge as-is (passes). The code diff is small (3 lines changed in .github/workflows/ISSUE_MANAGEMENT.yml: swapping days-before-issue-stale from 0 -> 1, days-before-issue-close from 1 -> 0, and changing the stale label to stale-status) and represents a low-risk automation configuration fix — so risk:low is accurate.
Before merging, please consider the small improvements suggested above to make the PR description fully self-contained and easier for future reviewers: briefly explain the prior incorrect behavior and add a short Test Plan with validation steps (e.g., manual trigger against a test issue or description of observed run). Thank you!
Last updated: Fri, 20 Mar 2026 16:41:43 GMT
Commit Type
Risk Level
What & Why
Fixed issue with the stale daily status report pipeline action
Set the following values:
Will now wait a day to mark as stale, then close immediately
Impact of Change
Test Plan
** No testing needed for issue automation change **
Contributors
@rllyy97
Screenshots/Videos
N/A