You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: filter fork PR lookup by owner to avoid same-branch-name collisions
When multiple forks share the same branch name, gh pr list could return
a PR from a different fork owner. Fix by requesting headRepositoryOwner
in the JSON fields and matching against the current repo's owner login
before selecting the PR, in both git:get-pr-status and git:get-check-runs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments