Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuVeber committed Oct 2, 2024
1 parent d2bf9f0 commit 634cb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
const reviewers = "${{ github.event.inputs.reviewers || inputs.reviewers }}".split(',').filter((reviewer) => reviewer);
const team_reviewers = "${{ github.event.inputs.team-reviewers || inputs.team-reviewers }}".split(',').filter((reviewer) => reviewer);
const foo = await github octokit.rest.pulls.listReviewComments({ owner, repo, pull_number });
const foo = await github.rest.pulls.listReviewComments({ owner, repo, pull_number });
console.log(JSON.stringify(foo));
Expand Down

0 comments on commit 634cb1a

Please sign in to comment.