Skip to content

fix(pr): stop falling back from checks to repo CI#305

Merged
barrettruth merged 1 commit intomainfrom
fix/pr-checks-warn
Apr 17, 2026
Merged

fix(pr): stop falling back from checks to repo CI#305
barrettruth merged 1 commit intomainfrom
fix/pr-checks-warn

Conversation

@barrettruth
Copy link
Copy Markdown
Owner

Problem

When a backend does not support per-PR checks, the PR `ci` action silently falls back to the repo-wide CI picker. That changes the scope of the user's request from PR-specific status to repository-wide runs, which is misleading and effectively incorrect behavior.

Solution

Keep the existing PR checks path for backends that support per-PR checks, and otherwise warn visibly that PR checks are unsupported instead of opening repo CI. Add focused ops coverage for both the supported and unsupported paths.

@barrettruth barrettruth merged commit 8942b33 into main Apr 17, 2026
8 checks passed
@barrettruth barrettruth deleted the fix/pr-checks-warn branch April 17, 2026 22:46
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