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
Pick SHA of commit to cherry-pick from merge commit (#3167)
Previous logic was picking commits with committer's SHA. But instead we
should cherry-pick the merge commit itself.
TODO: if a PR is merged with "Rebase and Merge" strategy current logic
will pick only the last commit. We usually don't merged like this, yet
for rare accousions we should gather all of the merged commits.
Signed-off-by: Sidorov, Dmitry <[email protected]>
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@e08ed1a316f080f
0 commit comments