-
Notifications
You must be signed in to change notification settings - Fork 9
release: promote next to main #833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
42004c1
docs(installation): fix Zi installer raw URL (#793)
ss-o 64437ac
build(deps): bump the github-actions group with 8 updates
dependabot[bot] e22c047
build(deps-dev): bump the typescript group across 1 directory with 2 …
dependabot[bot] ae4c3ab
build(deps-dev): bump @crowdin/cli from 4.14.2 to 4.15.0
dependabot[bot] 05d7bb4
Merge pull request #811 from z-shell/dependabot/npm_and_yarn/next/cro…
ss-o be57990
Merge branch 'next' into dependabot/npm_and_yarn/typescript-05e7a1191d
ss-o a46e88f
Merge branch 'next' into dependabot/github_actions/next/github-action…
ss-o d9e51a7
Merge pull request #809 from z-shell/dependabot/github_actions/next/g…
ss-o 6efc972
Merge branch 'next' into dependabot/npm_and_yarn/typescript-05e7a1191d
ss-o eaa21f0
Merge pull request #789 from z-shell/dependabot/npm_and_yarn/typescri…
ss-o aa5a7f1
build(deps-dev): bump the linting group across 1 directory with 5 upd…
dependabot[bot] 90236ec
Merge pull request #810 from z-shell/dependabot/npm_and_yarn/next/lin…
ss-o dd21e67
build(deps-dev): bump @cloudflare/workers-types
dependabot[bot] 1f57d98
Merge pull request #812 from z-shell/dependabot/npm_and_yarn/next/clo…
ss-o a04f13d
docs(zsh-lint): sync generated reference from zsh-lint
z-shell-wiki-docs-sync[bot] 977d956
Merge pull request #798 from z-shell/docs-sync/zsh-lint
ss-o 50b72f7
ci(branches): complete next-first automation routing (#817)
ss-o 313cbf2
build(deps): bump the docusaurus group with 9 updates (#818)
dependabot[bot] e13710e
perf: load Font Awesome only on icon routes (#830)
ss-o 820a130
feat(corpus): publish deterministic LLM-readable wiki
ss-o bb316b1
test(corpus): avoid dynamic crawler regexes
ss-o 5911412
fix(corpus): remove unpublished schema identifier
ss-o 16d0704
Merge pull request #832 from z-shell/ss-o-feature-795
ss-o c8b1700
chore(repo): reconcile main into next
ss-o 4b8b04f
fix(prism): recognize builtin control separators
ss-o c9def58
Merge pull request #834 from z-shell/feature-833-reconcile
ss-o 525136d
chore(repo): sync production hotfix into next
ss-o 14e4388
Merge pull request #837 from z-shell/feature-833-sync
ss-o 27e6cc5
fix(repo): correct generated reference owner path
ss-o 9eb926f
Merge pull request #838 from z-shell/bug-833-codeowners
ss-o File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Require the maintainer to approve generated zsh-lint reference updates. | ||
| /docs/zsh-lint/reference.mdx @ss-o | ||
|
|
||
| # Protect this targeted review policy. | ||
| /.github/CODEOWNERS @ss-o | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| name: LLM Corpus Contract | ||
|
|
||
| on: | ||
| pull_request: | ||
| branches: [main, next] | ||
| paths: | ||
| - ".github/workflows/llms-corpus.yml" | ||
| - "community/**" | ||
| - "content-policy.json" | ||
| - "crowdin.yml" | ||
| - "docs/**" | ||
| - "docusaurus.config.ts" | ||
| - "ecosystem/**" | ||
| - "functions/**" | ||
| - "i18n/**" | ||
| - "package.json" | ||
| - "pnpm-lock.yaml" | ||
| - "scripts/llms/**" | ||
| - "sidebars.ts" | ||
| - "static/_headers" | ||
| - "static/llms.txt" | ||
| workflow_dispatch: {} | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| validate: | ||
| name: Validate Corpus | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 15 | ||
| steps: | ||
| - name: "⤵️ Check out code from GitHub" | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | ||
| - name: "📦 Setup pnpm" | ||
| uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 | ||
| - name: "⎔ Setup Node.js" | ||
| uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 | ||
| with: | ||
| node-version: "22" | ||
| cache: "pnpm" | ||
| - name: "📥 Install dependencies" | ||
| run: pnpm install --frozen-lockfile | ||
| - name: "🤖 Build and validate corpus" | ||
| run: pnpm build | ||
| env: | ||
| NODE_ENV: development | ||
| URL: "https://wiki.zshell.dev" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| --- | ||
| name: Main Branch Source Guard | ||
|
|
||
| on: | ||
| pull_request: | ||
| branches: [main] | ||
| types: [opened, reopened, synchronize, edited] | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.event.pull_request.number }} | ||
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| guard: | ||
| name: Guard main branch source | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Verify pull request source branch | ||
| env: | ||
| HEAD_REF: ${{ github.head_ref }} | ||
| HEAD_REPOSITORY: ${{ github.event.pull_request.head.repo.full_name }} | ||
| REPOSITORY: ${{ github.repository }} | ||
| run: | | ||
| if [[ "${HEAD_REPOSITORY}" != "${REPOSITORY}" ]]; then | ||
| echo "::error::Pull requests into main must come from this repository (got '${HEAD_REPOSITORY}')." | ||
| exit 1 | ||
| fi | ||
| if [[ "${HEAD_REF}" == "next" || "${HEAD_REF}" == hotfix-* ]]; then | ||
| echo "Head branch '${HEAD_REF}' is allowed to target main." | ||
| exit 0 | ||
| fi | ||
| echo "::error::Pull requests into main must come from 'next' or a 'hotfix-*' branch (got '${HEAD_REF}'). See ADR-0008 (z-shell/.github) for the branching model." | ||
| exit 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.