quotentiroler
b4aefa3937
feat(ci): add staged release pipeline workflows (dormant)
...
Add all new CI/CD workflow files for the staged branch promotion pipeline
(develop alpha beta main). Push triggers are intentionally disabled
workflows use workflow_dispatch or workflow_call only.
No changes to existing ci.yml. All workflows are inert until activated in
a follow-up PR.
New workflows:
- feature-pr.yml: auto-create PRs to develop (disabled)
- hotfix-pr.yml: emergency hotfix PRs to main (disabled)
- promote-branch.yml: staged promotion (disabled)
- release-orchestrator.yml: release pipeline (disabled)
- deployment-strategy.yml: npm + Docker deploy (workflow_call)
- testing-strategy.yml: progressive test gates (workflow_call)
- generate-changelog.yml: changelog generation (workflow_call)
- version-operations.yml: version bumping (workflow_call)
- release.yml: manual release trigger (workflow_dispatch)
- rollback.yml: emergency rollback (workflow_dispatch)
- discord-notify action: reusable notification
Also adds pipeline docs and updates CONTRIBUTING.md with future branch
strategy (clearly marked as not yet active).
Split from #10755 for safe, additive merge.
2026-02-07 09:50:02 -08:00
Marcus Castro
47596257ea
ci: add concurrency controls, consolidate macOS jobs, optimize Windows CI
2026-02-06 23:31:48 -08:00
cpojer
a8893094ea
fix: CI: We no longer need to test the tsc build with Bun, we are always using tsdown to build now.
2026-02-03 21:34:49 +09:00
Shadow
da9f28d270
CI: label maintainer issues
2026-02-02 09:26:46 -06:00
vignesh07
e74235fdce
ci(formal): compute drift for generated/ before model checking
2026-02-02 00:43:28 -08:00
vignesh07
f37b79cf4f
ci(formal): add routing-trirule + proxy-header-spoof targets
2026-02-02 00:43:28 -08:00
vignesh07
889480cef9
ci(formal): include latest reliability/conformance model targets
2026-02-02 00:43:28 -08:00
Shadow
20a603de01
Update auto-response messages with new links
2026-02-01 11:25:55 -06:00
vignesh07
9d9378436b
ci(formal): fix formal models checkout repo (vignesh07/clawdbot-formal-models)
2026-02-01 01:59:16 -08:00
vignesh07
141dc1af4b
ci(formal): checkout formal models from canonical repo main
2026-02-01 01:59:16 -08:00
vignesh07
c83c19d9cd
ci(formal): run TLC model suite (green) + negative suite (non-blocking)
2026-02-01 01:59:16 -08:00
Shadow
29de43d307
CI: auto-label moltbook issues
2026-01-31 19:45:48 -06:00
Vignesh
7387bc574f
Merge pull request #5807 from openclaw/ci/formal-conformance-alias-check
2026-01-31 17:39:53 -08:00
cpojer
f06dd8df06
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
2026-02-01 10:03:47 +09:00
vignesh07
367372f526
ci: run formal model alias consistency check
2026-01-31 16:52:15 -08:00
vignesh07
baf9505bfd
ci: add informational formal models conformance check
2026-01-31 14:06:17 -08:00
cpojer
1f2fb823a3
fix: CI: Run build and lint together since lint depends on build now.
2026-01-31 23:15:15 +09:00
cpojer
36b0070b71
fix: Build before linting in CI since we are now linting the extensions folder with --type-aware.
2026-01-31 23:08:24 +09:00
cpojer
76361ae3ab
revert: Switch back to tsc for compiling.
2026-01-31 18:31:49 +09:00
cpojer
f99e3ddd6d
Run tsgo on CI.
2026-01-31 15:44:36 +09:00
cpojer
762652279b
Switch from TypeScript to TypeScript Go. Use pnpm tsgo for Typechecks.
2026-01-31 15:33:15 +09:00
Peter Steinberger
85dd070dea
chore: pin workflow actions + tighten permissions
2026-01-31 06:22:48 +01:00
Nate
28f8d00e9f
fix: update install URLs from clawd.bot to openclaw.ai
2026-01-30 00:19:20 -06:00
Shadow
6fc3ca4996
CI: add auto-response labels
2026-01-27 23:17:22 -06:00
Peter Steinberger
889882f339
fix: cap windows vitest workers in ci
2026-01-27 15:51:21 +00:00
Peter Steinberger
3817e0ce2c
fix: bundle a2ui before tests
2026-01-27 15:38:31 +00:00
Peter Steinberger
3015e11fd7
fix: stabilize install smoke against clawdbot installer
2026-01-27 14:58:01 +00:00
Shadow
58b96ca0c0
CI: sync labels on PR updates
2026-01-26 19:21:31 -06:00
Shadow
bdea265704
CI: run auto-response on pull_request_target
2026-01-26 14:37:39 -06:00
Shadow
ec75e0b3dc
CI: use app token for auto-response
2026-01-26 14:36:29 -06:00
Shadow
1f06f8031e
CI: use app token for labeler
2026-01-25 21:15:45 -06:00
Shadow
9c8e8c5c2d
CI: increase Node heap size for macOS checks ( #1890 )
...
Co-authored-by: Zach Knickerbocker <realZachi@users.noreply.github.com >
2026-01-25 20:45:42 -06:00
Shadow
6b6284c69c
CI: add PR labeler + label sync
2026-01-25 20:37:31 -06:00
Peter Steinberger
c8063bdcd8
fix(ci): pin gradle and normalize gemini cli test paths
2026-01-25 15:27:03 +00:00
Peter Steinberger
8257ec6a1f
ci: harden pnpm setup
2026-01-25 13:12:08 +00:00
Peter Steinberger
0f5f7ec22a
ci: stabilize pnpm setup
2026-01-25 12:34:16 +00:00
Denys Vitali
15a9c21203
Add Build & Release Docker Image workflows ( #1602 )
...
* ci: build & release docker image
* ci: sync docker-release workflow updates
Squashes:
- ci: use correct runs-on
- ci: build images
Co-Authored-By: Claude <noreply@anthropic.com >
* Remove submodule checkout from docker-release.yml
Removed submodule checkout step from Docker release workflow.
* Simplify Docker release workflow by removing submodule checkout
Removed submodule checkout step from Docker release workflow.
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-24 19:23:55 +00:00
Peter Steinberger
3de5ea818d
ci: speed up install smoke on PRs
2026-01-23 09:05:15 +00:00
hyaxia
f3c9252840
Security: add detect-secrets scan
2026-01-15 03:14:43 +00:00
Peter Steinberger
c379191f80
chore: migrate to oxlint and oxfmt
...
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com >
2026-01-14 15:02:19 +00:00
Peter Steinberger
93fbd103ba
ci: set install smoke previous
2026-01-14 00:11:45 +00:00
Peter Steinberger
ccd8950d40
ci: stabilize installer smoke
2026-01-12 00:17:07 +00:00
Peter Steinberger
6b2634512c
ci: fix installer site checkout path
2026-01-12 00:06:41 +00:00
Peter Steinberger
9211183f2d
ci: fix installer smoke clone
2026-01-12 00:04:26 +00:00
Peter Steinberger
60430fcd2e
chore: harden installer and add smoke ci
2026-01-12 00:00:54 +00:00
Peter Steinberger
172fc777ed
ci: use node 22.x
2026-01-10 02:20:20 +01:00
Peter Steinberger
a6822e1210
ci: pin node to engine minimum
2026-01-10 02:17:59 +01:00
Peter Steinberger
c75d77e36c
ci: add clean install check
2026-01-10 01:50:32 +01:00
Peter Steinberger
45ff927980
ci: enforce frozen pnpm install
2026-01-10 01:49:24 +01:00
Peter Steinberger
3f1415b8fe
ci: run pnpm test on macOS (PRs)
2026-01-09 22:06:36 +00:00