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
A user recently brought this feature request up at our office hours.
Currently we only provide a link to the relevant PR if the commit that is being shown in the Git Commit popover is the merge commit.
However, when not using squash on merge, we don't show PR links for commits on a PR that are not the merge commit.
It would be nice to add support for that.
Currently, we extract the link to the PR from the commit message, but we would likely have to interact with the GitHub API to obtain additional information on non-merge commits.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A user recently brought this feature request up at our office hours.

Currently we only provide a link to the relevant PR if the commit that is being shown in the Git Commit popover is the merge commit.
However, when not using squash on merge, we don't show PR links for commits on a PR that are not the merge commit.
It would be nice to add support for that.
Currently, we extract the link to the PR from the commit message, but we would likely have to interact with the GitHub API to obtain additional information on non-merge commits.
Beta Was this translation helpful? Give feedback.
All reactions