You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/github/pullrequests.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Possible options:
33
33
2. get_diff - Get the diff of a pull request.
34
34
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.
35
35
4. get_files - Get the list of files changed in a pull request. Use with pagination parameters to control the number of results returned.
36
-
5. get_review_comments - Get the review comments on a pull request. Use with pagination parameters to control the number of results returned.
36
+
5. get_review_comments - Get the review comments on a pull request. They are comments made on a portion of the unified diff during a pull request review. These are different from commit comments and issue comments in a pull request. Use with pagination parameters to control the number of results returned.
37
37
6. get_reviews - Get the reviews on a pull request. When asked for review comments, use get_review_comments method.
0 commit comments