-
Notifications
You must be signed in to change notification settings - Fork 99
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
Problems when trying to run this without github issues #314
Comments
issues and pull requests are available at the same API endpoint, which is why are you trying this on a private repo? |
Hi yes that's correct it's a private repo. I reset my master branch to a single commit, checked out a new branch and committed some code. If I open a PR, tag it with a label and edit the title to not include the number then it seems to not break: But then when I run |
did you make sure that your GitHub access token has access to your private repo? |
Hi yes the calls to the github api resolve successfully, would it be useful to share the repo? |
Hey guys I'm trying to set this up in my monorepo that I'm playing with. I've got the following settings in my lerna.json:
However when I try to run this tool I keep seeing:
Debugging this it looks like it is trying to make a call to
/repo/issues/{issuenumber}
But I don't have any issues? (I only have two PRs I created to test). I'm not sure what I'm doing wrong, can anyone help?
Thanks!
The text was updated successfully, but these errors were encountered: