Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-wong-dfinity-org committed Jan 6, 2025
1 parent da3eb99 commit 2b9e3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/governance_pull_request_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
const pullRequestNumber = context.payload.number;
// Only remind if nns-team approval is required.
const reviews = await octokit.pulls.getReviews({
const reviews = await github.pulls.getReviews({
owner: "dfinity",
repo: "ic",
pull_number: pullRequestNumber,
Expand Down

0 comments on commit 2b9e3e1

Please sign in to comment.