Skip to content

Commit eb11625

Browse files
committed
fix(problem_matcher): On approval body is required contrary to docs
ref: #6 #5
1 parent 5e69fb2 commit eb11625

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/usr/bin/annotations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,9 @@ def pylint_matcher( entry ) -> dict:
284284
if len(api_body['comments']) == 0:
285285

286286
api_body.update({
287+
'body': "G'day, I didn't find any problems to report on",
287288
'event': 'APPROVE'
288289
})
289-
del api_body['body']
290-
291290

292291

293292
data = {

0 commit comments

Comments
 (0)