Skip to content

Commit

Permalink
fixfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Jan 29, 2025
1 parent 0e0d765 commit 4b32181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/utils/git/github-automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ def run(self) -> bool:
# once.
found_prompt_author_comment = False
found_author_comment = False
for comment in pull.get_comments(direction="desc"):
for comment in pull.as_issue().get_comments(direction="desc"):
print("comments:")
print(comment.body())
if (
comment.user.login == pull.user.login
Expand Down

0 comments on commit 4b32181

Please sign in to comment.