echo "Pull request created on github please inform the code reviewer by mentioning them in the comments"
if [ "$GITHUB_REQUEST" -gt 300 ]
then
echo "Failed to create pull request"
else
echo "Pull request created succesfully"
fi
# if [ "$GITHUB_REQUEST" -gt 300 ]
# then
# echo "Failed to create pull request"
# else
# fi
fi
...
...
@@ -541,14 +539,16 @@ cmd_review() {
"body":"'"$USER_NAME"' is asking for code review. Total time taken:'"$FINALTIME"' expected time was '"$TIME_EXPECTED"' hour(s), Time spent on breaks was '"$TOTAL_TIME_OFF"' -- message by gitflow"