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
The workflow file is .github/workflows/.sync-labels.yaml — the dot-prefixed template. Dot-prefixed workflow files are not inert: GitHub Actions registers and schedules them like any other workflow (it has run nightly for months).
It calls devantler-tech/actions/sync-github-labels@…v7.1.3, which fetches https://raw.githubusercontent.com/devantler-tech/actions/refs/heads/main/.github/labels.yamlat runtime.
Labels are Crossplane-managed, so this workflow is redundant, not just broken. Per the standing direction that no work lands in this repo (it is being merged into actions and archived), the fix is a maintainer one-click, not a PR:
Problem
The scheduled 🔄 Sync Labels workflow went red on
mainat 2026-07-03T00:26Z and will fail every night from now on: https://github.com/devantler-tech/reusable-workflows/actions/runs/28630213556Root cause chain:
.github/workflows/.sync-labels.yaml— the dot-prefixed template. Dot-prefixed workflow files are not inert: GitHub Actions registers and schedules them like any other workflow (it has run nightly for months).devantler-tech/actions/sync-github-labels@…v7.1.3, which fetcheshttps://raw.githubusercontent.com/devantler-tech/actions/refs/heads/main/.github/labels.yamlat runtime.Labelresources indevantler-tech/.github(Remove the EndBug/label-sync mechanism (superseded by declarative IssueLabels) .github#58, acceptance completed 2026-07-02), andlabels.yaml+ thesync-github-labelsaction were removed fromactionsmain→ the fetch now 404s, permanently.Proposed direction
Labels are Crossplane-managed, so this workflow is redundant, not just broken. Per the standing direction that no work lands in this repo (it is being merged into
actionsand archived), the fix is a maintainer one-click, not a PR:gh workflow disable ".github/workflows/.sync-labels.yaml" --repo devantler-tech/reusable-workflows(or Actions UI → 🔄 Sync Labels → Disable workflow).actions).Size
One click. Filed for the record + so the nightly red is not mistaken for a real regression.