Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weiting-chen committed Aug 19, 2024
1 parent 45eb424 commit 9567c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_cron/issues_link.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function haveComment(github, context, pullRequestNumber, body) {
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: pullRequestNumber,
per_page: 1
page: 1
};
while (true) {
const response = await github.rest.issues.listComments(options);
Expand Down

0 comments on commit 9567c48

Please sign in to comment.