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
Using ghprb plugin, we have discovered that closing pull request is not working:
SEVERE: Couldn't close the pullrequest #10582: ' java.io.FileNotFoundException: https://api.github.com/repos/USER/REPO/issues/10582
As Github API says, pull requests must be accesed in this way:
GET /repos/:owner/:repo/pulls/:number
Using pulls intead of issues.
The text was updated successfully, but these errors were encountered:
hub4j#34 use avi v3 API, getting pulls using 'pulls' instead of 'issues'
ac1edc0
[FIXED issue #34] API route for pull requests uses 'pulls'
beec605
I think this change would break the GHIssue class.
I claim my fix in beec605 does this properly. Please verify.
Sorry, something went wrong.
Thanks for your quick answer!
I hope this fix will be released soon :)
Cheers!
No branches or pull requests
Using ghprb plugin, we have discovered that closing pull request is not working:
SEVERE: Couldn't close the pullrequest #10582: '
java.io.FileNotFoundException: https://api.github.com/repos/USER/REPO/issues/10582
As Github API says, pull requests must be accesed in this way:
GET /repos/:owner/:repo/pulls/:number
Using pulls intead of issues.
The text was updated successfully, but these errors were encountered: