-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
priority:mediumShould be done soonShould be done soonsize:xsTrivial — less than 1 hourTrivial — less than 1 hourstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:choreMaintenance, refactoring, toolingMaintenance, refactoring, tooling
Description
Description
When issues are closed, the status:* labels (status:ready, status:in-progress, status:review) remain attached. This creates noise and makes label-based filtering unreliable.
Create a GitHub Actions workflow that automatically removes all status:* labels when an issue is closed.
Acceptance Criteria
- GitHub Action triggers on
issuesevent withclosedtype - Removes
status:ready,status:in-progress,status:blocked, andstatus:reviewlabels from the closed issue - Does not fail if the issue has no
status:*labels - Works for both manual close and close-via-PR
Notes
- Can use
actions/github-scriptto call the GitHub API directly - This was identified as an improvement in the Sprint 2 Retrospective
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:mediumShould be done soonShould be done soonsize:xsTrivial — less than 1 hourTrivial — less than 1 hourstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:choreMaintenance, refactoring, toolingMaintenance, refactoring, tooling