ci: remove obsolete label sync workflow#378
Conversation
📝 WalkthroughWalkthroughRemoved the scheduled GitHub Actions label-synchronization workflow and updated Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
@coderabbitai review The PR description has been filled in with the workflow-removal rationale, scope, validation evidence, and the existing |
|
✅ Action performedReview finished.
|
|
@coderabbitai review
The PR body currently contains the workflow-removal rationale, scope, validation evidence, and actionlint caveat, but the latest CodeRabbit pre-merge summary visible through GitHub is still the older missing-description result from before that body update. Please refresh the pre-merge checks against the current PR metadata. |
|
✅ Action performedReview finished.
|
|
🎉 This PR is included in version 5.6.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Why
The scheduled
Sync Labelsworkflow is obsolete and now fails onmainbecause it fetches the retireddevantler-tech/actionslabel file path. Label ownership has moved to the organization-level declarative label manifests, so keeping this workflow creates recurring noise instead of maintaining labels.What
.github/workflows/.sync-labels.yaml.AGENTS.mdso reusable-workflows maintenance no longer references the removed internal label-sync workflow.Validation
git diff --checkyamllint .github/workflows/.github/workflows/*.yamlNotes
actionlint .github/workflows/*.yamlwas attempted, but it is blocked by pre-existing unrelatedcode-qualitypermission-scope findings inci.yaml,run-dotnet-tests.yaml, andvalidate-go-project.yaml.