Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Sep 19, 2024
1 parent 2a3a98b commit d3035e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/comment_on_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def comment_on_pr(content, title):
repo = g.get_repo(repo_name)
pull_request = repo.get_pull(int(pull_request_number))

repo.get_workflow_run(1).artifacts_url

# Get all comments on the pull request
comments = pull_request.get_issue_comments()

Expand Down

0 comments on commit d3035e2

Please sign in to comment.