-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Test contrib (do not review, do not merge) #32642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
…cleci config pack to compose them into the main workflows.yml file
…ck off pull-request workflow after approval
- test-kitchensink: | ||
requires: | ||
- build | ||
- approve-contributor-pr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: CI Pipeline Blocked by Branch Filter
The approve-contributor-pr
job is filtered to run only for branches matching pull/[0-9]+/
. This creates a dependency deadlock for internal PRs, as many critical jobs now require approve-contributor-pr
. For internal PRs, this approval job never starts, blocking all dependent jobs and preventing the full CI pipeline from executing.
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?Note
Refactors CircleCI to gate external PRs behind an approval step and remove the contributor-specific workflow, auto-detects contributor PRs during build, bumps the cache version, and tidies type definitions.
linux-x64-contributor
workflow by enhancingworkflows/pull-request.yml
with anapprove-contributor-pr
gate and adding it as a requirement to downstream jobs; move finalization jobs (percy-finalize
,verify-accessibility-results
) to a dedicated section.--is-contributor-pr
from<< pipeline.git.branch >>
instead of passing abuild.is_contributor_pr
parameter..circleci/cache-version.txt
to invalidate caches.cli/types/cypress.d.ts
cleanups (string literal/style tweaks, whitespace) with no functional API changes.Written by Cursor Bugbot for commit ea3703b. This will update automatically on new commits. Configure here.