From eb11625b66639936c5ce70f75e5a3f18468665f7 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 12 Jul 2025 21:49:10 +0930 Subject: [PATCH] fix(problem_matcher): On approval body is required contrary to docs ref: #6 #5 --- includes/usr/bin/annotations.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/usr/bin/annotations.py b/includes/usr/bin/annotations.py index ce05480..2b3383a 100755 --- a/includes/usr/bin/annotations.py +++ b/includes/usr/bin/annotations.py @@ -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 = {