Skip to content

[CI/CD] Sync develop-auto CI workflows to develop for CI parity#1111

Merged
chronoai-shining merged 2 commits into
develop-autofrom
ci/sync-develop-auto-ci-parity
Jun 15, 2026
Merged

[CI/CD] Sync develop-auto CI workflows to develop for CI parity#1111
chronoai-shining merged 2 commits into
develop-autofrom
ci/sync-develop-auto-ci-parity

Conversation

@chronoai-shining

Copy link
Copy Markdown
Collaborator

Summary

Restores CI parity between develop and develop-auto so the /sa-implement daemon preflight (code 64 ci-parity gate) passes.

develop-auto lagged develop by a single Dependabot GitHub-Actions bump (#620) that never propagated:

  • .github/workflows/ci.ymlcodecov/codecov-action@v4 → v7 (×4)
  • .github/workflows/changeset-release.ymlactions/create-github-app-token@v2 → v3 (×1)

This copies develop's exact versions of the two files. No logic, job, or gate changes — pure action version bumps. An empty changeset is included since this is CI-only.

Verification

  • git diff origin/develop -- .github/workflows/ci.yml .github/workflows/changeset-release.yml → empty (byte-match).
  • All develop-auto required checks expected green.

Closes #1110

develop-auto's CI workflows lagged develop by one Dependabot bump (#620):
codecov/codecov-action v4->v7 in ci.yml and create-github-app-token
v2->v3 in changeset-release.yml. The /sa-implement preflight ci-parity
gate (code 64) requires the workflow files to match across both branches
so PRs into develop-auto are gated identically to develop. This copies
develop's exact versions of the two files; no logic or gate changes.

Part of #1110
This PR only touches CI workflow YAML, so no package version bump is
warranted. The check-changeset gate still requires a changeset file on
non-Dependabot PRs into develop-auto, so add an empty one.

Part of #1110
@chronoai-shining chronoai-shining merged commit 229c385 into develop-auto Jun 15, 2026
25 of 26 checks passed
@chronoai-shining chronoai-shining deleted the ci/sync-develop-auto-ci-parity branch June 15, 2026 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant