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
if [[ -z $(grep -oP 'changelog: *\K\S+' <<< "$body") ]]; then
echo '::error title=Test::Please write a short comment explaining your change (or "none" for internal only changes)'
exit 1
fi
# echo '::error title=Pull Request body is missing `changelog: ...`::Please write a short comment explaining your change (or "none" for internal only changes)'