Skip to content

ci: add a static-named Verify gate job for the required check - #549

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
ci/verify-gate
Sep 4, 2026
Merged

ci: add a static-named Verify gate job for the required check#549
ScriptedAlchemy merged 1 commit into
mainfrom
ci/verify-gate

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

Adds a verify-gate job ("Verify gate") to ci.yml that always runs after the Verify matrix and passes when every leg passed or the matrix was skipped, fails when a leg failed or was cancelled.

Why: the new main branch protection (#536) requires Verify (Node 24). On docs-only PRs the Verify matrix job is skipped, and GitHub reports a skipped matrix job under its unexpanded name — Verify (Node ${{ matrix.node-version }}) — so the required context never appears and the PR is blocked indefinitely (observed on #548). A static-named gate job is the standard fix; once this lands, the protection's required context switches from Verify (Node 24) to Verify gate.

CI-only: skip-changeset. Validated with actionlint.

@ScriptedAlchemy ScriptedAlchemy added the skip-changeset PR changes a publishable package but ships no observable change; changeset not required label Sep 4, 2026
@ScriptedAlchemy
ScriptedAlchemy enabled auto-merge (squash) September 4, 2026 08:13
@changeset-bot

changeset-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d334d2b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-04T08:15:41.174496Z d334d2b PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@pkg-pr-new

pkg-pr-new Bot commented Sep 4, 2026

Copy link
Copy Markdown
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle@549
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/create-agent-bundle@549
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/@agent-bundle/runtime@549

commit: d334d2b

@ScriptedAlchemy
ScriptedAlchemy merged commit aa00b98 into main Sep 4, 2026
14 of 15 checks passed
@ScriptedAlchemy
ScriptedAlchemy deleted the ci/verify-gate branch September 4, 2026 09:01
ScriptedAlchemy added a commit that referenced this pull request Sep 5, 2026
…ue readiness audit (#557)

The Verify matrix comment in ci.yml still named "Verify (Node 24)" as the
required check on main; #549 replaced it with the static "Verify gate" job.
Audit of every required-check workflow for merge_group readiness (#536)
found no other gap; findings and the settings commands live in the PR body.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changeset PR changes a publishable package but ships no observable change; changeset not required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant