sigma / magit-gh-pulls

Magit plugin for dealing with GitHub pull requests
254 stars 48 forks source link

dont quit editor if pr submission failed #106

Closed dmh43 closed 7 years ago

dmh43 commented 7 years ago

dont quit editor if pr submission failed

This was causing the buffer containing the PR description to be killed even when the request to github failed. This keeps the buffer around unless the request succeeds.

Thank you for this great tool!