zeroclaw/.github/workflows
2026-02-26 20:31:54 +08:00
..
scripts ci(policy): drop dev-retarget enforcement for main PRs 2026-02-26 20:14:36 +08:00
ci-build-fast.yml ci(build-fast): run fast build only for rust-surface changes 2026-02-26 20:14:36 +08:00
ci-canary-gate.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
ci-change-audit.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
ci-connectivity-probes.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
ci-provider-connectivity.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
ci-reproducible-build.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
ci-rollback.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
ci-run.yml ci: pin ci-run jobs to linux x64 self-hosted runners 2026-02-26 20:31:54 +08:00
ci-supply-chain-provenance.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
docs-deploy.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
feature-matrix.yml ci(sec-audit): scope heavy checks to rust-surface changes 2026-02-26 20:14:36 +08:00
main-branch-flow.md ci(policy): drop dev-retarget enforcement for main PRs 2026-02-26 20:14:36 +08:00
main-promotion-gate.yml ci(policy): drop dev-retarget enforcement for main PRs 2026-02-26 20:14:36 +08:00
nightly-all-features.yml ci(runners): support root self-hosted apt installs 2026-02-26 20:14:36 +08:00
pages-deploy.yml feat(site): launch responsive docs hub and pages deploy 2026-02-26 14:08:37 +08:00
pr-auto-response.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
pr-check-stale.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
pr-check-status.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
pr-intake-checks.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
pr-label-policy-check.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
pr-labeler.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
pub-docker-img.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
pub-prerelease.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
pub-release.yml ci(runners): support root self-hosted apt installs 2026-02-26 20:14:36 +08:00
README.md docs(ci): add runbooks and required-check mapping for new lanes 2026-02-25 17:51:04 +08:00
sec-audit.yml ci(sec-audit): scope heavy checks to rust-surface changes 2026-02-26 20:14:36 +08:00
sec-codeql.yml ci: install native build tools for self-hosted codeql build 2026-02-26 13:44:48 +08:00
sec-vorpal-reviewdog.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
sync-contributors.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
test-benchmarks.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
test-e2e.yml ci: stabilize main checks for docs and e2e scope 2026-02-26 20:31:54 +08:00
test-fuzz.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
test-rust-build.yml ci: remove blacksmith runner/actions and use self-hosted labels 2026-02-26 13:33:15 +08:00
workflow-sanity.yml ci(runners): use self-hosted labels and python3 sanity check 2026-02-26 20:14:36 +08:00

Workflow Directory Layout

GitHub Actions only loads workflow entry files from:

  • .github/workflows/*.yml
  • .github/workflows/*.yaml

Subdirectories are not valid locations for workflow entry files.

Repository convention:

  1. Keep runnable workflow entry files at .github/workflows/ root.
  2. Keep workflow-only helper scripts under .github/workflows/scripts/.
  3. Keep cross-tooling/local CI scripts under scripts/ci/ when they are used outside Actions.

Workflow behavior documentation in this directory:

  • .github/workflows/main-branch-flow.md

Current workflow helper scripts:

  • .github/workflows/scripts/ci_workflow_owner_approval.js
  • .github/workflows/scripts/ci_license_file_owner_guard.js
  • .github/workflows/scripts/lint_feedback.js
  • .github/workflows/scripts/pr_auto_response_contributor_tier.js
  • .github/workflows/scripts/pr_auto_response_labeled_routes.js
  • .github/workflows/scripts/pr_check_status_nudge.js
  • .github/workflows/scripts/pr_intake_checks.js
  • .github/workflows/scripts/pr_labeler.js
  • .github/workflows/scripts/test_benchmarks_pr_comment.js

Release/CI policy assets introduced for advanced delivery lanes:

  • .github/release/nightly-owner-routing.json
  • .github/release/canary-policy.json
  • .github/release/prerelease-stage-gates.json