Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Not found in repo with no issues #41

Open
cpiber opened this issue Aug 6, 2021 · 3 comments
Open

Error: Not found in repo with no issues #41

cpiber opened this issue Aug 6, 2021 · 3 comments

Comments

@cpiber
Copy link

cpiber commented Aug 6, 2021

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?

@mathiasmoeller
Copy link

Same problem, any updates?

@cpiber
Copy link
Author

cpiber commented Oct 20, 2021

Sorry, forgot I still had this open.

You need to add coverage-comment: false.

Not sure why it worked without for me before, but this is probably the action searching for a PR/issue to comment the coverage on.

@mathiasmoeller
Copy link

Thanks for the reply!
But that will turn off the coverage report, right? That's the only reason I need this action 😅

rtucek added a commit to rtucek/vue-query-builder that referenced this issue Nov 28, 2021
This reverts commit 5ec5079, reversing
changes made to 93f5c22.

Revert necessary due to mattallty/jest-github-action#41.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants