Skip to content

Remove the ready-for-review CI workaround - #4538

Open
henrymercer wants to merge 1 commit into
mainfrom
henrymercer/vs-code-check-approval
Open

Remove the ready-for-review CI workaround#4538
henrymercer wants to merge 1 commit into
mainfrom
henrymercer/vs-code-check-approval

Conversation

@henrymercer

Copy link
Copy Markdown
Contributor

Remove ready_for_review from the build, Storybook, and CLI-test workflow triggers, and stop opening automated version-bump PRs as drafts.

Maintainers can approve pending checks on PRs created with GITHUB_TOKEN, so the draft-to-ready transition is no longer needed to trigger CI.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot review overview

🟢 Approval recommended

The changes are narrowly scoped workflow/action updates that align with the PR description and don’t introduce functional code-path risk.

Review tier: Lite
Findings: None

What changed in this PR

Removes a prior GitHub Actions workaround that relied on the ready_for_review pull request event type by updating workflow triggers, and adjusts the internal PR-creation action to open automated PRs as non-drafts so CI can be triggered on initial creation.

Changes:

  • Removed ready_for_review from pull_request trigger types in the build, Storybook, and CLI-test workflows.
  • Updated the create-pr GitHub Action to stop creating PRs as drafts (removed --draft).
File Description
.github/​workflows/​main.yml Removes ready_for_review from the build workflow PR trigger types.
.github/​workflows/​cli-test.yml Removes ready_for_review from the CLI-test workflow PR trigger types.
.github/​workflows/​build-storybook.yml Removes ready_for_review from the Storybook workflow PR trigger types.
.github/​actions/​create-pr/​action.yml Stops creating automated PRs as drafts by removing --draft from gh pr create.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@henrymercer
henrymercer marked this pull request as ready for review September 9, 2026 16:45
@henrymercer
henrymercer requested a review from a team as a code owner September 9, 2026 16:45
@henrymercer
henrymercer requested a review from a team September 9, 2026 16:45
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.

2 participants