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
We're currently looking up a commit's associated PR by searching for a PR with a matching merge_commit_sha field. This works well for squash-merged PRs, but in other cases, it leaves us with a bunch of unassociated commits (i.e. the ones that aren't the merge commit or the head of the rebased-and-ff-merged branch).
The text was updated successfully, but these errors were encountered:
We're currently looking up a commit's associated PR by searching for a PR with a matching
merge_commit_sha
field. This works well for squash-merged PRs, but in other cases, it leaves us with a bunch of unassociated commits (i.e. the ones that aren't the merge commit or the head of the rebased-and-ff-merged branch).The text was updated successfully, but these errors were encountered: