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
Record most relevant commit hash in sketches report for PRs
Previously, the sketches report's commit_hash key was the hash of GitHub's automatically generated hypothetical merge commit when the workflow was triggered by a pull_request event. Instead, the report should show the hash of the PR's head commit.
Unfortunately, the event data provided by GitHub doesn't give the short hash and I don't know a good way of converting the long hash to short. For consistency, the report will now always contain the long hash.
0 commit comments