bext: add code intel support to PR commit view
Created by: taras-yemets
Closes https://github.com/sourcegraph/sourcegraph/issues/30623.
Sourcegraph code intel was not working in the pull request commit view on GitHub. It was happening because the queried element holding commits hashes was not present on the commit tab. Fixed by using another element holding commits hashes which is present on both Commits and Files changed views.
Before | After |
---|---|