We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8278a42 + c76ee33 commit 471b78eCopy full SHA for 471b78e
.github/workflows/review.yml
@@ -56,8 +56,8 @@ jobs:
56
diff_url = event['pull_request']['url'] + "/files"
57
pr_files = requests.get(diff_url, headers=headers).json()
58
59
- diff_text = ""
60
inline_comments = [] # Collect inline comments to post
+ diff_text = ""
61
62
for fdata in pr_files:
63
filename = fdata['filename']
@@ -107,7 +107,7 @@ jobs:
107
headers={'Authorization': f'token {token}', 'Accept': 'application/vnd.github.v3+json'},
108
json=review_data)
109
review_response.raise_for_status()
110
- print("Review comments posted successfully.")
+ print("Inline review comments posted successfully.")
111
else:
112
print("No critical issues found in the code.")
113
0 commit comments