Skip to content

Commit 012c87c

Browse files
committed
Document commit list limit for Pull Request API
1 parent 35ffd98 commit 012c87c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/v3/pulls.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ Name | Type | Description
150150
<%= headers 200 %>
151151
<%= json(:commit) { |h| [h] } %>
152152

153+
Note: The response includes a maximum of 250 commits. If necessary, you can use the [Commit List API](/v3/repos/commits/#list-commits-on-a-repository) to fetch additional commits.
154+
153155
## List pull requests files
154156

155157
GET /repos/:owner/:repo/pulls/:number/files

0 commit comments

Comments
 (0)