Skip to content

bext: add code intel support to PR commit view

Administrator requested to merge erzhtor/add-support-for-commit-view-for-bext into main

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
Screenshot from 2022-02-10 18-34-22 Screenshot from 2022-02-10 18-33-24

Merge request reports

Loading