pull-requests
pull-requests copied to clipboard
Integrate with jupyterlab-github
I think there are some opportunities here to integrate this with @jupyterlab/github and have a more unified experience for users. I haven't really thought it all through, but some ideas could involve:
- Opening the branch-in-question in the GitHub filebrowser for looking at the un-diffed files.
- Unified handling of API tokens on the server side.
- Launch
@jupyterlab/pull-requestsfrom the GitHub filebrowser.
Thanks @ian-r-rose . I agree with all of these.
Launch @jupyterlab/pull-requests from the GitHub filebrowser.
I've been thinking of how to do this for other extensions as well. What's the recommended way for an extension to trigger the some functionality in another extension?