zeroclaw/.github/workflows
2026-02-25 20:38:51 +08:00
..
scripts feat(ci): complete security audit governance and resilient CI control lanes 2026-02-24 16:25:53 +08:00
ci-build-fast.yml ci(build-fast): align toolchain with stable release build 2026-02-21 20:49:17 -05:00
ci-canary-gate.yml feat(ci): bridge canary abort to rollback guard dispatch 2026-02-25 18:39:11 +08:00
ci-change-audit.yml feat(ci): add release/canary/nightly automation and governance guards 2026-02-25 17:51:04 +08:00
ci-connectivity-probes.yml chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 2026-02-24 21:10:39 +08:00
ci-provider-connectivity.yml chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 2026-02-24 21:10:39 +08:00
ci-reproducible-build.yml chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 2026-02-24 21:10:39 +08:00
ci-rollback.yml chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 2026-02-24 21:10:39 +08:00
ci-run.yml chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 2026-02-24 21:10:39 +08:00
ci-supply-chain-provenance.yml chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 2026-02-24 21:10:39 +08:00
docs-deploy.yml feat(ci): add release/canary/nightly automation and governance guards 2026-02-25 17:51:04 +08:00
feature-matrix.yml fix(ci): satisfy actionlint for feature-matrix lane exit handling 2026-02-25 17:51:04 +08:00
main-branch-flow.md docs(release): map release-notes supply-chain flow 2026-02-25 20:38:51 +08:00
main-promotion-gate.yml docs(i18n): unify greek localization and docs structure parity 2026-02-25 00:08:28 +08:00
nightly-all-features.yml feat(ci): add release/canary/nightly automation and governance guards 2026-02-25 17:51:04 +08:00
pr-auto-response.yml chore(ci): lock workflow ownership and use blacksmith runners 2026-02-24 23:34:10 -05:00
pr-check-stale.yml chore(ci): lock workflow ownership and use blacksmith runners 2026-02-24 23:34:10 -05:00
pr-check-status.yml chore(ci): lock workflow ownership and use blacksmith runners 2026-02-24 23:34:10 -05:00
pr-intake-checks.yml chore(ci): lock workflow ownership and use blacksmith runners 2026-02-24 23:34:10 -05:00
pr-label-policy-check.yml chore(ci): align workflow names with file naming style (#723) 2026-02-17 19:55:05 -05:00
pr-labeler.yml chore(ci): lock workflow ownership and use blacksmith runners 2026-02-24 23:34:10 -05:00
pub-docker-img.yml feat(ci): add release/canary/nightly automation and governance guards 2026-02-25 17:51:04 +08:00
pub-homebrew-core.yml ci(homebrew): handle existing upstream remote and main base 2026-02-22 05:16:49 -05:00
pub-prerelease.yml fix(ci): satisfy actionlint output redirection rule 2026-02-25 19:30:11 +08:00
pub-release.yml feat(release): automate supply-chain release notes preface 2026-02-25 20:38:51 +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: add security regression gate and focused test suite 2026-02-25 18:33:28 +08:00
sec-codeql.yml feat(ci): complete security audit governance and resilient CI control lanes 2026-02-24 16:25:53 +08:00
sec-vorpal-reviewdog.yml ci(policy): restrict root license file edits to owners (#1273) 2026-02-21 11:39:50 -05:00
sync-contributors.yml chore(ci): lock workflow ownership and use blacksmith runners 2026-02-24 23:34:10 -05:00
test-benchmarks.yml chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 2026-02-24 21:10:39 +08:00
test-e2e.yml ci(workflow): adopt main/dev split with dev->main promotion gate (#1283) 2026-02-21 13:39:07 -05:00
test-fuzz.yml chore(ci): align workflow names with file naming style (#723) 2026-02-17 19:55:05 -05:00
test-rust-build.yml chore(ci): align workflow names with file naming style (#723) 2026-02-17 19:55:05 -05:00
workflow-sanity.yml ci(workflows): split label policy checks from workflow sanity (#559) 2026-02-17 11:26:54 -05: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