zeroclaw/.github/workflows
jordanthejet da429102e9 fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404
Self-hosted runners are offline, causing all CI jobs to hang in
pending/queued state. Replace every runner label across all 28 workflow
files with blacksmith-8vcpu-ubuntu-2404.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 17:06:28 -05:00
..
scripts fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
auto-main-release-tag.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
ci-canary-gate.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
ci-change-audit.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
ci-post-release-validation.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
ci-provider-connectivity.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
ci-queue-hygiene.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
ci-reproducible-build.yml ci: consolidate CI/CD pipeline — 6 Rust jobs → 2, unified cache, frequency optimization 2026-03-05 15:51:07 -05:00
ci-rollback.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
ci-run.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
ci-supply-chain-provenance.yml ci: consolidate CI/CD pipeline — 6 Rust jobs → 2, unified cache, frequency optimization 2026-03-05 15:51:07 -05:00
deploy-web.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
docs-deploy.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
feature-matrix.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
main-branch-flow.md chore: remove Linear and Hetzner integrations (replay #2809) 2026-03-05 02:17:32 -05:00
nightly-all-features.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pages-deploy.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pr-auto-response.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pr-check-stale.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pr-check-status.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pr-intake-checks.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pr-label-policy-check.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pr-labeler.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pub-docker-img.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pub-prerelease.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
pub-release.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
README.md Remove CI owner approval gate and refresh workflow docs 2026-02-28 20:00:54 +08:00
release-build.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
sec-audit.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
sec-codeql.yml ci: consolidate CI/CD pipeline — 6 Rust jobs → 2, unified cache, frequency optimization 2026-03-05 15:51:07 -05:00
sec-vorpal-reviewdog.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
sync-contributors.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
test-benchmarks.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
test-e2e.yml fix(ci): fix test-e2e YAML - add job-level env to suppress rust-docs install on 1.92.0 2026-03-05 16:17:59 -05:00
test-fuzz.yml ci: consolidate CI/CD pipeline — 6 Rust jobs → 2, unified cache, frequency optimization 2026-03-05 15:51:07 -05:00
test-self-hosted.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -05:00
workflow-sanity.yml fix(ci): replace all unavailable self-hosted runner labels with blacksmith-8vcpu-ubuntu-2404 2026-03-05 17:06:28 -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_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