ci: run PR checks on stacked PRs (not just PRs targeting main)#1063
Merged
ci: run PR checks on stacked PRs (not just PRs targeting main)#1063
Conversation
Covers 9 new IDE/editor integrations (Windsurf, Zed, Sublime Text, Eclipse, Xcode, Vim, Neovim, Visual Studio, Notepad++) to be implemented as parallel worktree PRs by subagents. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove `branches: [main]` filter from the `pull_request` trigger in test.yml, lint-format.yml, and coverage.yml so that CI runs on all pull requests regardless of their target branch. This ensures stacked PRs get the same test/lint/coverage feedback as PRs targeting main. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
branches: [main]from thepull_requesttrigger intest.yml,lint-format.yml, andcoverage.ymlmain) will now get the same CI feedback as regular PRsThe
pushandmerge_groupbranch filters are left unchanged — those still only run onmain.Test plan
mainbranch) and verify that the Test, Lint & Format, and Coverage workflows are triggeredmainstill run the same checks as before🤖 Generated with Claude Code