-
Notifications
You must be signed in to change notification settings - Fork 62
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
Private Repos #7
Comments
@orangewolf This is happening because backstroke doesn't have permission to view the repository and its issues (Backstroke checks a child repository's issues to see if the repo has opted out, and if it has, then it won't send a PR to that repo). I didn't really design Backstroke to be used in a private repo, unfortunately. I'm planning on rewriting the project over the next few months, and private repos will be one of the things I'll ensure to support. |
Thanks Ryan, On Aug 20, 2016, 15:11 -0700, Ryan Gaus [email protected], wrote:
|
This is going to be one of my next focuses, now that I've released #66 . |
I have a related (?) issue when trying to update my (private) fork of EpicGames/UnrealEngine (which requires access, and it appears that Backstroke has it), which is vikhik/UnrealEngine:
EDIT: It appeared that Issues was turned off on my repo. I've turned them on but I'm still getting the same error. |
@vikhik Backstroke doesn't support private repositories. There are workarounds (such as adding the Potentially, private repositories could land in the future, but first, the codebase and deployment need to be updated with private code in mind and they'll probably cost a minimal amount of money to help pay for the additional infrastructure. |
I'm getting permissions issue when using this on a private fork of a private repo (hook is on the child, not the parent). Is that expected to work?
This is the message
Status 200
Uhh, error: {"message":"Validation Failed","errors":[{"message":"The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them.","resource":"Search","field":"q","code":"invalid"}],"documentation_url":"https://developer.github.com/v3/search/"}
The text was updated successfully, but these errors were encountered: