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
As of https://docs.github.com/en/rest/pulls?apiVersion=2022-11-28 , the following URL handlers in octocrab are missing:
octocrab
The text was updated successfully, but these errors were encountered:
added missing /repos/{owner}/{repo}/pulls/... handlers (#546) (#605)
a147ef2
* added comment handler for /repos/{OWNER}/{REPO}/pulls/comments/{COMMENT_ID} * fixed doctest * added 'list commits on a pull request' * added particular review operations (/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}) * fixed cargo fmt * added "Submit a review for a pull request" /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events * added "Dismiss a review for a pull request" https://docs.github.com/en/rest/pulls/reviews?apiVersion=2022-11-28#dismiss-a-review-for-a-pull-request * added "List comments for a pull request review" https://docs.github.com/en/rest/pulls/reviews?apiVersion=2022-11-28#list-comments-for-a-pull-request-review * added "Create a reply for a review comment" https://docs.github.com/en/rest/pulls/comments?apiVersion=2022-11-28#create-a-reply-for-a-review-comment * added doc comments * fixed doctest * refactored specific PR usage; tests pending
No branches or pull requests
As of https://docs.github.com/en/rest/pulls?apiVersion=2022-11-28 ,
the following URL handlers in
octocrab
are missing:The text was updated successfully, but these errors were encountered: