fix(problem_matcher): On approval body is required contrary to docs
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in 9s

ref: #6 #5
This commit is contained in:
2025-07-12 21:49:10 +09:30
parent 5e69fb2807
commit eb11625b66

View File

@ -284,10 +284,9 @@ for msg_type, value in review_body.items():
if len(api_body['comments']) == 0:
api_body.update({
'body': "G'day, I didn't find any problems to report on",
'event': 'APPROVE'
})
del api_body['body']
data = {