philschatz / atom-pull-requests

:octocat: View/Edit comments on a Pull Request directly inside the Atom Editor
47 stars 9 forks source link

Repeated error message, if project is not version controlled with GitHub. #5

Closed AshleyWright closed 8 years ago

AshleyWright commented 8 years ago

I use atom to code on projects hosted on GitHub, BitBucket and private remotes and would love to use this package when on GitHub-hosted projects (BitBucket-hosted as well, if that's possible), but I don't want the annoying error message for other projects.

plessbd commented 8 years ago

I would like this as well. I would think it would just be checking if the origin url has github.com in it...

philschatz commented 8 years ago

Thanks for pointing this out! I completely missed this since I use atom only for editing GitHub repos. 0.0.18 should fix this issue; please let me know if it does.

plessbd commented 8 years ago

this worked for me.

philschatz commented 8 years ago

Thanks! Closing this Issue for now.

Also, in 0.0.19 the usernames are now clickable links that go back to the original comment which should make it easier to continue discussing a Pull Request.