lol

check-cherry-picks.sh maintainer script: fix handling of cherry-pick-less branches

+3
+3
maintainers/scripts/check-cherry-picks.sh
··· 12 12 problem=0 13 13 14 14 while read new_commit_sha ; do 15 + if [ -z "$new_commit_sha" ] ; then 16 + continue # skip empty lines 17 + fi 15 18 if [ "$GITHUB_ACTIONS" = 'true' ] ; then 16 19 echo "::group::Commit $new_commit_sha" 17 20 else