Replies: 1 comment 1 reply
-
@mickael-h could you clarify what you're looking for here? The comments on issues API should work for pull requests - https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#about-issue-and-pull-request-comments |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation only gives a way to retrieve the review comments:
https://octokit.github.io/rest.js/v20#pulls-list-review-comments
Or to get comments on issues:
https://octokit.github.io/rest.js/v20#issues-list-comments
There doesn't seem to be a way to retrieve the conversations on a pull request.
Beta Was this translation helpful? Give feedback.
All reactions