Skip to content
New issue

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

[pulls] tag functionality #546

Closed
7 tasks done
dmgorsky opened this issue Jan 19, 2024 · 0 comments
Closed
7 tasks done

[pulls] tag functionality #546

dmgorsky opened this issue Jan 19, 2024 · 0 comments

Comments

@dmgorsky
Copy link
Contributor

dmgorsky commented Jan 19, 2024

As of https://docs.github.com/en/rest/pulls?apiVersion=2022-11-28 ,
the following URL handlers in octocrab are missing:

  • /repos/{owner}/{repo}/pulls/comments/{comment_id}
  • /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events
  • /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
  • /repos/{owner}/{repo}/pulls/{pull_number}/commits
  • /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments
  • /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals
  • /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies
XAMPPRocky pushed a commit that referenced this issue Jul 29, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants