-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to make this work with an upstream #8
Comments
Ah yes, that is the "support forked Pull Requests" item. One challenge is that it is unclear which GitHub repository to search for Pull Requests data (since there is no information in the local git repository). I can probably search for Pull Requests in the current repository (that is what happens currently) as well as the original repository since GitHub does provide a I hope that helps! |
It does, explains why I cant find anything :) What about looking for the upstream remote as a way to know where to look? That seems to be the "standard" https://help.github.com/articles/syncing-a-fork/ way of referencing the parent. |
#11 should work. Are you still interested in testing? It does not use the |
I am willing to test it. Sorry it took so long to reply. What do I need to do? Currently I cannot see anything related to the pull request |
This would be a big help, since we are using GitHub Flow, but I can't even get it to work on PRs within a repo. |
So I have a question that I have not found the answer to.
This might be "support forked Pull Requests" and I just dont know it
I have my fork of a private repository I do a pull request to the upstream repo. Is there a way for me to see the pull request comments if I only have my repo checked out?
as an example
I am willing to help test this out if it is something you are working towards, I have never worked on an atom plugin before though
The text was updated successfully, but these errors were encountered: