Commit 1f42204
authored
release: promote next to main (#803)
* docs(zsh-lint): add generated-reference markers (#755)
docs(zsh-lint): add generated-reference markers and seed content
Re-add the {/* zsh-lint:generated:start/end */} markers to the Zsh Lint
ecosystem page so the wiki-docs-sync pipeline from z-shell/zsh-lint has a
region to inject into. Seed the region with the current generated Go
reference so the first automated sync is a no-op rather than a failure.
The marked region is machine-managed — do not hand-edit; it is regenerated
from the repo's Go doc comments.
Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
* docs(zsh-lint): sync generated reference (#756)
docs(zsh-lint): sync generated reference from zsh-lint
* ci(trunk): fix duplicate Trunk Check context blocking PRs (#759)
ci(trunk): rename workflow/job to Trunk Code Quality to fix duplicate check context
The workflow and job were both named 'Trunk Check', colliding with the check
that trunk-io/trunk-action posts (also 'Trunk Check'). Two identically-named
check-runs confuse strict branch protection (required context 'Trunk Check'),
leaving PRs stuck in BLOCKED even when all checks pass. Renaming to the
org-conventional 'Trunk Code Quality' (matching other repos) leaves the
action's 'Trunk Check' as the sole required context. Fixes #757.
Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
* docs(packages): drop removed Zsh 5.1.1/5.2.4 from version list
The zsh package no longer ships 5.1.1 or 5.2.4 as selectable profiles
(z-shell/zsh#14). Remove the two stale 'zi pack' examples so the usage page
matches the available manifest profiles.
* docs(zsh-lint): move tool documentation into community
* docs(zsh-lint): normalize generated reference indentation
* ci(workflows): enforce concurrency and permissions rules
* ci(workflows): enforce top-level policy blocks
* chore(repo): reconcile main content into next
* docs(community): align project metadata with Linear
* docs(contributing): point the label source of truth at lib/labels.yml (#802)
The page linked z-shell/.github/.github/lib/labels.yml, a stale duplicate
removed in z-shell/.github#471. The canonical file, and the one
labels-sync.rb reads, is lib/labels.yml at that repository's root.
Supports z-shell/.github#461.
---------
Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com>1 parent 43dfbe2 commit 1f42204
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments