We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I run pronto on a branch with the github_pr formatter it crashes if there is no PR. octokit-3.5.2/lib/octokit/response/raise_error.rb:16:inon_complete': POST https://api.github.com/repos/Linuus/foobar/pulls/comments: 404 - Not Found // See: https://developer.github.com/v3 (Octokit::NotFound)`
github_pr
octokit-3.5.2/lib/octokit/response/raise_error.rb:16:in
Maybe it should just emit a more friendly message instead if the PR ID detection fails to find a PR.
The text was updated successfully, but these errors were encountered:
d0572ae
@Linuus thanks for suggestion! This will be part of next release 😄
Sorry, something went wrong.
Handle non-existance of GitHub pull requests gracefully
f06f8c2
Fixes prontolabs#49
mmozuras
No branches or pull requests
If I run pronto on a branch with the
github_pr
formatter it crashes if there is no PR.octokit-3.5.2/lib/octokit/response/raise_error.rb:16:in
on_complete': POST https://api.github.com/repos/Linuus/foobar/pulls/comments: 404 - Not Found // See: https://developer.github.com/v3 (Octokit::NotFound)`Maybe it should just emit a more friendly message instead if the PR ID detection fails to find a PR.
The text was updated successfully, but these errors were encountered: