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
Adds a "Linked Issues" section to the PR Overview sidebar that lists the
issues a PR closes, using the GraphQL `closingIssuesReferences` field.
The section is read-only since GitHub's API does not expose a mutation
for linking/unlinking issues.
Squashed and rebased onto current main; drops the now-redundant
`parsePullRequestState` helper since main has independently introduced
`stateToStateEnum` for the same dedup, and replaces it with an inline
OPEN/CLOSED mapping in `parseClosingIssuesReferences`.
Co-Authored-By: Alex Ross <38270282+alexr00@users.noreply.github.com>
0 commit comments