Skip to content

ci(repo): run full CI on draft PRs#8639

Open
jacekradko wants to merge 1 commit into
mainfrom
jacek/ci-run-on-drafts
Open

ci(repo): run full CI on draft PRs#8639
jacekradko wants to merge 1 commit into
mainfrom
jacek/ci-run-on-drafts

Conversation

@jacekradko
Copy link
Copy Markdown
Member

Drops the draft == false gates on build-packages, static-analysis, unit-tests, integration-tests, pkg-pr-new, and pre-checks, so the full suite runs while a PR is still in draft. check-permissions still gates fork PRs on write access, and integration-tests still skips fork PRs so secrets stay locked down.

Changeset still skips on drafts so people aren't forced to add one before the PR is real:

- name: Require Changeset
  if: ${{ github.event_name != 'merge_group' && github.event.pull_request.draft == false }}

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 24, 2026

🦋 Changeset detected

Latest commit: 53f5e2b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

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

Not sure what this means? Click here to learn what changesets are.

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

@vercel
Copy link
Copy Markdown

vercel Bot commented May 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment May 24, 2026 1:06pm

Request Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 24, 2026

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8639

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8639

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8639

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8639

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8639

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8639

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8639

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8639

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8639

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8639

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8639

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8639

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8639

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8639

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8639

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8639

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8639

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8639

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8639

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8639

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8639

commit: 53f5e2b

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 24, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: c46ab230-d9ca-4146-a74b-6dcf3bc5cb76

📥 Commits

Reviewing files that changed from the base of the PR and between fe5a49c and 53f5e2b.

📒 Files selected for processing (2)
  • .changeset/ci-run-on-drafts.md
  • .github/workflows/ci.yml

📝 Walkthrough

Walkthrough

This PR modifies CI workflow job execution gating by removing redundant draft/event status checks from multiple GitHub Actions jobs and consolidating execution control under existing dependency-based gating. The "Require Changeset" step condition is refined to exclude merge_group events and draft PRs. The integration-tests job condition is simplified to check only for same-repo head status. A new .changeset/ci-run-on-drafts.md file documents these modifications.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ci(repo): run full CI on draft PRs' accurately and directly describes the main change: enabling full CI execution on draft pull requests.
Description check ✅ Passed The description clearly explains the changes: removing draft gates from specific CI jobs while maintaining security controls and preserving the Changeset requirement for drafts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant