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 7b7bac3 + bf57a8a commit 71aaed2Copy full SHA for 71aaed2
tools/check-cherry-picks.sh
@@ -15,7 +15,7 @@ if [ $parent_number -eq 2 ]; then
15
commit_hash=$(git show --format='%P' --quiet | awk '{print $NF}')
16
fi
17
18
-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
19
echo 'Bot generated change; ignoring'
20
exit 0
21
0 commit comments