We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c623eab + fe0eb7a commit f17e23eCopy full SHA for f17e23e
tools/check-cherry-picks.sh
@@ -14,7 +14,7 @@ if [ $parent_number -eq 2 ]; then
14
commit_hash=$(git show --format='%P' --quiet | awk '{print $NF}')
15
fi
16
17
-if git show --format='%aE' HEAD~ --quiet | grep -qi '[email protected]'; then
+if git show --format='%aE' --quiet $commit_hash | grep -qi '[email protected]'; then
18
echo 'Bot generated change; ignoring'
19
exit 0
20
0 commit comments