Skip to content

Commit 43dfbe2

Browse files
authored
docs(contributing): fix the dead labels.yml link on main (#804)
main links to z-shell/.github/.github/lib/labels.yml, which became a 404 when that duplicate was removed in z-shell/.github#471. The corrected link already exists on next via #802, but main requires branches to be up to date and its required Trunk Check fails on this 404, so the promotion that would carry the fix is blocked by the fix's absence. Applies the same one-line correction directly to main to break that deadlock. Identical to the change already on next, so the branches converge cleanly. Co-authored-by: Sall <ss-o@users.noreply.github.com>
1 parent 1291b3e commit 43dfbe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

community/00_contributing/05_project_management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Labels are applied manually during triage or by approved organization
106106
automation.
107107

108108
The source of truth lives in
109-
[`z-shell/.github/.github/lib/labels.yml`](https://github.com/z-shell/.github/blob/main/.github/lib/labels.yml).
109+
[`z-shell/.github/lib/labels.yml`](https://github.com/z-shell/.github/blob/main/lib/labels.yml).
110110
Rollout across repositories is handled through organization maintenance automation.
111111

112112
### Work Type Labels

0 commit comments

Comments
 (0)