Skip to content

Commit

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

0 comments on commit 048ef6f

Please sign in to comment.