forked from atom/github
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Thanks in advance for your bug report!
- Have you reproduced issue in safe mode?
- Have you used the debugging guide to try to resolve the issue?
- Have you checked our FAQs to make sure your question isn't answered there?
- Have you checked to make sure your issue does not already exist?
- Have you checked you are on the latest release of Pulsar?
What happened?
The GitHub package automatically pulls up info on a "checked out pull request" associated with the currently active repo.
I'm getting 404 errors in the console because the package is attempting to pull this info from the wrong url, namely
- the pull request is from a repo that I own to the origin (owned by someone else)
- the github package tries to pull this info from
https://api.github.com/repos/<me>/<repo>/pulls/<pull number>and gets a 404 - this is because the actual pull request info is at
https://api.github.com/repos/<origin>/<repo>/pulls/<pull number>
It seems to somehow resolve the pull request info eventually and will load the relevant info, but very slowly. Also it seems to constantly be trying to pull this info in the background and repeatedly generating these 404 errors.
Pulsar version
1.105.0
Which OS does this happen on?
🍎 macOS
OS details
12.6.6
Which CPU architecture are you running this on?
64-bit(x86_64)
What steps are needed to reproduce this?
- Load project with a forked GitHub repo, switched to a branch that has an open pull request to the upstream origin.
- The 404 errors appear in the console.
Additional Information:
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working