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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -836,7 +836,7 @@ Possible options:
836
836
2. get_diff - Get the diff of a pull request.
837
837
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.
838
838
4. get_files - Get the list of files changed in a pull request. Use with pagination parameters to control the number of results returned.
839
-
5. get_review_comments - Get the review comments on a pull request. Use with pagination parameters to control the number of results returned.
839
+
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.
840
840
6. get_reviews - Get the reviews on a pull request. When asked for review comments, use get_review_comments method.
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