Skip to content

Commit 5b47268

Browse files
committed
change to get_comments
1 parent 48fafe0 commit 5b47268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def add_pr_comments() -> int:
117117
)
118118

119119
# Fetch all existing comments on the PR
120-
comments = pull_request.get_issue_comments()
120+
comments = pull_request.get_comments()
121121

122122
# Track if we found a matching comment
123123
matching_comments = []

0 commit comments

Comments
 (0)