generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
The command fails with Error: Not Found, if https://api.github.com/repos/<user>/<repo>/issues/0/comments?per_page=100 returns
{
"message": "Not Found",
"documentation_url": "https://docs.github.com/rest/reference/issues#list-issue-comments"
}
Though playing around I noticed that creating a dummy issue and comment does not resolve this problem. It seems the action is trying to access the comments on a push. For some reason, in my other repo, where I set a test-command, this never happened, so maybe that's the actual problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels