You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #418 temporarily disabled actions/labeler@v5 because .github/labeler.yml is not compatible with the action schema.
This follow-up restores deterministic branch/file auto-labelling while keeping canonical label governance in .github/labels.yml and issue types in .github/issue-types.yml.
Steps / Checklist
Decide target architecture:
Option A: keep actions/labeler and make .github/labeler.yml fully schema-compatible.
Option B: retire actions/labeler and rely only on scripts/agents/labeling.agent.js.
If Option A is chosen, split agent-only rules from action-compatible rules.
Add validation for labeler.yml shape in CI (fail fast before workflow runtime).
Update workflow comments and docs to reflect final source of truth and execution path.
Verify branch-based and file-based labels on a test PR.
Ensure no duplicate/conflicting label application between action and agent.
Acceptance Criteria
Unified Labeling, Status, and Type Assignment passes on test PRs without manual intervention.
No workflow step fails due to actions/labeler schema errors.
Canonical labels remain sourced from .github/labels.yml only.
Issue types remain sourced from .github/issue-types.yml only.
Build/CI Summary
PR #418 temporarily disabled
actions/labeler@v5because.github/labeler.ymlis not compatible with the action schema.This follow-up restores deterministic branch/file auto-labelling while keeping canonical label governance in
.github/labels.ymland issue types in.github/issue-types.yml.Steps / Checklist
actions/labelerand make.github/labeler.ymlfully schema-compatible.actions/labelerand rely only onscripts/agents/labeling.agent.js.labeler.ymlshape in CI (fail fast before workflow runtime).Acceptance Criteria
Unified Labeling, Status, and Type Assignmentpasses on test PRs without manual intervention.actions/labelerschema errors..github/labels.ymlonly..github/issue-types.ymlonly.feat/,fix/,docs/,ci/, etc.).github/workflows/**, docs, scripts, etc.)/Users/ash/Studio/LightSpeedWP.Agency/.github/docs/ISSUE_LABELS.md/Users/ash/Studio/LightSpeedWP.Agency/.github/docs/ISSUE_TYPES.md/Users/ash/Studio/LightSpeedWP.Agency/.github/docs/MIGRATION.md(if mappings/process changed)Additional Context
References
actions/labelerdisablement/Users/ash/Studio/LightSpeedWP.Agency/.github/.github/workflows/labeling.yml/Users/ash/Studio/LightSpeedWP.Agency/.github/.github/labeler.yml/Users/ash/Studio/LightSpeedWP.Agency/.github/scripts/agents/labeling.agent.js