Skip to content

Commit

Permalink
change scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Hong committed Oct 24, 2024
1 parent 38fd441 commit db11abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-issue-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const result = await github.rest.pulls.listCommentsForReview({
const result = await github.rest.pulls.listReviewComments({
owner: context.payload.repository.owner,
repo: context.payload.repository.name,
pull_number: context.payload.issue.number,
Expand Down

0 comments on commit db11abf

Please sign in to comment.