Skip to content

chore: add GitHub Actions workflow to auto-remove status:* labels on issue close #72

@vmvarela

Description

@vmvarela

Description

Action item from Sprint 1 Retrospective (#70).

Several closed issues in Sprint 1 retained status:ready, status:in-progress, status:blocked, or status:review labels after being closed. Add a GitHub Actions workflow that automatically removes all status:* labels when an issue is closed.

Acceptance Criteria

  • Workflow triggers on issues: [closed] event
  • Removes labels: status:ready, status:in-progress, status:blocked, status:review
  • Only acts if the issue actually has one of those labels (no-op otherwise)
  • Workflow added to .github/workflows/

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority:mediumShould be done soonsize:sSmall — 1 to 4 hoursstatus:readyRefined and ready for sprint selectiontype:choreMaintenance, refactoring, tooling

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions