fix(problem_matcher): On approval body is required contrary to docs
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in 9s
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in 9s
ref: #6 #5
This commit is contained in:
@ -284,10 +284,9 @@ for msg_type, value in review_body.items():
|
|||||||
if len(api_body['comments']) == 0:
|
if len(api_body['comments']) == 0:
|
||||||
|
|
||||||
api_body.update({
|
api_body.update({
|
||||||
|
'body': "G'day, I didn't find any problems to report on",
|
||||||
'event': 'APPROVE'
|
'event': 'APPROVE'
|
||||||
})
|
})
|
||||||
del api_body['body']
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
|
Reference in New Issue
Block a user