Compare commits

..

1 Commits

Author SHA1 Message Date
Jon
4db3302f69 fix(problem_matcher): On approval body is required contrary to docs
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in 8s
ref: #6 #5
2025-07-12 21:50:09 +09:30

View File

@ -284,7 +284,7 @@ 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 linting errors",
'body': "G'day, I didn't find any problems to report on",
'event': 'APPROVE'
})