Skip to content

ci: support merge queue checks - #178

Open
jack-arturo wants to merge 2 commits into
mainfrom
ci/merge-queue-support
Open

ci: support merge queue checks#178
jack-arturo wants to merge 2 commits into
mainfrom
ci/merge-queue-support

Conversation

@jack-arturo

Copy link
Copy Markdown
Member

Summary

  • run the required test workflow for GitHub merge-group refs
  • provide a successful merge-group status for the existing semantic-title requirement
  • prepare the repository for merge-queue enforcement

Verification

  • ruby -e "require "yaml"; ARGV.each { |p| YAML.load_file(p) }" .github/workflows/ci.yml .github/workflows/semantic-pr-title.yml
  • git diff --check

No merge-queue rule is enabled until this workflow support is on main.

@jack-arturo
jack-arturo enabled auto-merge (squash) August 24, 2026 16:38

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6c7a3c69f4

ℹ️ 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
# and was merged untested. Every PR gets the full suite; push stays main-only so
# feature branches do not double-run.
pull_request:
branches: [main]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep CI enabled for stacked pull requests

Remove this base-branch filter: when a pull request targets another feature branch instead of main, GitHub does not start this workflow, so its format, lint, build, unit, and installer E2E checks can again be bypassed. This directly reintroduces the untested stacked-PR scenario documented immediately above the trigger; adding merge_group does not compensate because that event only applies after a PR enters the merge queue for the protected branch.

Useful? React with 👍 / 👎.

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