aw-was-here commented on a change in pull request #213:
URL: https://github.com/apache/yetus/pull/213#discussion_r585618227
##########
File path: precommit/src/main/shell/plugins.d/github.sh
##########
@@ -1055,6 +1059,11 @@ function github_finalreport
return 0
fi
+ if [[ "${GITHUB_WRITE_COMMENT}" == true ]]; then
+ github_finalreport_as_comment result
+ return 0
Review comment:
You cannot do a return here as it cuts out the rest of the code.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]