diff --git a/dist/index.js b/dist/index.js index ea17abd..a4212ef 100644 --- a/dist/index.js +++ b/dist/index.js @@ -32861,7 +32861,7 @@ const serverUrl = ( async function issueComments() { if (!repoFullName || !issueNumber) return null; - const url = `${serverUrl}/api/v1/repos/${repoFullName}/issues/${issueNumber}/comments?limit=1`; + const url = `${serverUrl}/api/v1/repos/${repoFullName}/issues/${issueNumber}/comments?limit=30`; const headers = { Accept: "application/vnd.github+json" }; if (githubToken) { diff --git a/index.js b/index.js index 6d586ad..1690bf2 100644 --- a/index.js +++ b/index.js @@ -29,7 +29,7 @@ const serverUrl = ( async function issueComments() { if (!repoFullName || !issueNumber) return null; - const url = `${serverUrl}/api/v1/repos/${repoFullName}/issues/${issueNumber}/comments?limit=1`; + const url = `${serverUrl}/api/v1/repos/${repoFullName}/issues/${issueNumber}/comments?limit=30`; const headers = { Accept: "application/vnd.github+json" }; if (githubToken) {