The verification step does not work on PRs as it seems. Or maybe this is a problem with private repositories:
RequestError [HttpError]: Not Found
at /home/runner/work/_actions/actions/github-script/v8/dist/index.js:9537:21
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async eval (eval at callAsyncFunction (/home/runner/work/_actions/actions/github-script/v8/dist/index.js:36187:16), <anonymous>:9:28)
at async main (/home/runner/work/_actions/actions/github-script/v8/dist/index.js:36285:20) {
status: 404,
response: {
url: 'https://api.github.com/repos/codested/an-internal-repo/issues/11/comments',
status: 404,
headers: {
....
},
data: {
message: 'Not Found',
documentation_url: 'https://docs.github.com/rest/issues/comments#list-issue-comments',
status: '404'
}
},
request: {
method: 'GET',
url: 'https://api.github.com/repos/codested/an-internal-repo/issues/11/comments',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'actions/github-script octokit-core.js/5.0.1 Node.js/24',
authorization: 'token [REDACTED]'
},
request: {
agent: [Agent],
fetch: [Function: proxyFetch],
hook: [Function: bound bound register]
}
}
}
The verification step does not work on PRs as it seems. Or maybe this is a problem with private repositories: