Skip to content

Commit 7ebdae3

Browse files
committed
chore: ignore code comment
1 parent 3b8784f commit 7ebdae3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ def main():
182182
return
183183
send_comment(repo_token, repo_name, int(issue_number), final_content)
184184

185-
# code comments
186-
lines = parse_file_as(typing.List[LineStat], pathlib.Path(json_result_file))
187-
send_code_comments(repo_token, after_sha, repo_name, int(issue_number), lines)
185+
# # code comments
186+
# lines = parse_file_as(typing.List[LineStat], pathlib.Path(json_result_file))
187+
# send_code_comments(repo_token, after_sha, repo_name, int(issue_number), lines)
188188

189189

190190
if __name__ == "__main__":

0 commit comments

Comments
 (0)