-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: minor bugs #508
fix: minor bugs #508
Conversation
Codecov Report
@@ Coverage Diff @@
## master #508 +/- ##
=======================================
Coverage 91.71% 91.71%
=======================================
Files 98 98
Lines 2148 2149 +1
Branches 403 404 +1
=======================================
+ Hits 1970 1971 +1
Misses 154 154
Partials 24 24
Continue to review full report at Codecov.
|
@@ -16,7 +16,7 @@ const createRequestReview = async (context, number, reviewers, actionObj) => { | |||
action_name: actionObj.name | |||
} | |||
|
|||
actionObj.log.error(JSON.stringify(errorLog)) | |||
actionObj.log.info(JSON.stringify(errorLog)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reasoning for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because we are using info
for other known errors as well
Includes following minor changes:
review_request_fail_error
a loginfo
instead oferror
actionObj
to deleteComment functionouptut
field is not present orpull_request
is empty