Skip to content

ci: run checks on pull requests targeting any branch - #73

Merged
roquerodrigo merged 2 commits into
mainfrom
ci/run-checks-on-stacked-pull-requests
Aug 7, 2026
Merged

ci: run checks on pull requests targeting any branch#73
roquerodrigo merged 2 commits into
mainfrom
ci/run-checks-on-stacked-pull-requests

Conversation

@roquerodrigo

Copy link
Copy Markdown
Owner

Stacked pull requests target the branch below them rather than main. With the base-branch filter on the pull_request trigger, their checks never ran and every layer above the bottom one reported no status at all.

Dropping the filter keeps the same checks on every pull request, whatever its base.

Stacked pull requests target the branch below them rather than main. With the base-branch filter in place their checks never ran, so every layer above the bottom one reported no status at all.
Same reasoning as the CI workflow: a stacked pull request targets the branch below it, so the base-branch filter kept code scanning from ever reporting on it.
@roquerodrigo
roquerodrigo merged commit 20e0d71 into main Aug 7, 2026
9 checks passed
@roquerodrigo
roquerodrigo deleted the ci/run-checks-on-stacked-pull-requests branch August 7, 2026 16:31
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.

1 participant