zeroclaw/.github/workflows
2026-03-01 10:00:36 -08:00
..
scripts ci: make PR intake Linear key advisory 2026-03-01 21:52:45 +08:00
ci-canary-gate.yml chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
ci-change-audit.yml Fix hosted workflow lint and python runtime regressions 2026-02-28 19:47:47 +08:00
ci-provider-connectivity.yml chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
ci-queue-hygiene.yml ci: fix queue hygiene auth for apply mode 2026-03-02 01:00:44 +08:00
ci-reproducible-build.yml fix(ci): route security/repro jobs to Linux-labeled runners 2026-03-01 10:00:36 -08:00
ci-rollback.yml chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
ci-run.yml Merge remote-tracking branch 'upstream/main' into tmp/pr1365-sync 2026-03-01 09:57:27 -08:00
ci-supply-chain-provenance.yml ci: increase supply-chain provenance timeout to 60m 2026-02-28 18:50:53 +08:00
deploy-web.yml ci: remove dev-to-main promotion gate and align main flow 2026-03-02 00:21:08 +08:00
docs-deploy.yml fix(ci): stabilize self-hosted runner compatibility 2026-03-01 02:32:01 -08:00
feature-matrix.yml ci: narrow feature-matrix push scope and add queue hygiene tool 2026-02-28 05:28:25 +08:00
main-branch-flow.md Add scheduled CI queue hygiene automation 2026-02-28 20:48:22 +08:00
nightly-all-features.yml ci: remove blacksmith action dependencies 2026-02-28 05:00:01 +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: move lightweight PR/workflow checks to github-hosted runners 2026-02-28 19:47:47 +08:00
pr-check-stale.yml Move maintenance workflows to hosted runners 2026-02-28 20:22:04 +08:00
pr-check-status.yml Move maintenance workflows to hosted runners 2026-02-28 20:22:04 +08:00
pr-intake-checks.yml ci: move lightweight PR/workflow checks to github-hosted runners 2026-02-28 19:47:47 +08:00
pr-label-policy-check.yml Deduplicate PR workflow triggers on feature branch pushes 2026-02-28 20:34:23 +08:00
pr-labeler.yml ci: move lightweight PR/workflow checks to github-hosted runners 2026-02-28 19:47:47 +08:00
pub-docker-img.yml chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
pub-prerelease.yml ci: remove blacksmith action dependencies 2026-02-28 05:00:01 +08:00
pub-release.yml ci: remove blacksmith action dependencies 2026-02-28 05:00:01 +08:00
README.md Remove CI owner approval gate and refresh workflow docs 2026-02-28 20:00:54 +08:00
sec-audit.yml fix(ci): route security/repro jobs to Linux-labeled runners 2026-03-01 10:00:36 -08:00
sec-codeql.yml fix(ci): route security/repro jobs to Linux-labeled runners 2026-03-01 10:00:36 -08:00
sec-vorpal-reviewdog.yml chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
sync-contributors.yml Move maintenance workflows to hosted runners 2026-02-28 20:22:04 +08:00
test-benchmarks.yml ci: remove blacksmith action dependencies 2026-02-28 05:00:01 +08:00
test-e2e.yml fix(ci): reduce queue saturation via branch supersedence 2026-02-28 23:34:19 -05:00
test-fuzz.yml chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
test-self-hosted.yml ci: skip docker smoke on self-hosted runners without docker 2026-03-02 01:11:59 +08:00
workflow-sanity.yml Deduplicate PR workflow triggers on feature branch pushes 2026-02-28 20:34:23 +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_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