ci(repo): run full CI on draft PRs#8639
Conversation
🦋 Changeset detectedLatest commit: 53f5e2b The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis 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 Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Drops the
draft == falsegates onbuild-packages,static-analysis,unit-tests,integration-tests,pkg-pr-new, andpre-checks, so the full suite runs while a PR is still in draft.check-permissionsstill gates fork PRs onwriteaccess, andintegration-testsstill 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: