Commit 1831db1
authored
feature #938 Add parameters to PullRequest commits method (seanmtaylor)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
Add a `$parameters` parameter to the `PullRequest::commits()` method to allow for pagination.
As per the docs: https://docs.github.com/en/free-pro-team@latest/rest/reference/pulls#list-commits-on-a-pull-request
Commits
-------
2069be2 Add parameters to PullRequest commits method
86b531f Add shouldShowCommitsFromPullRequestForPage1 parent df653f3 commit 1831db1
File tree
2 files changed
+18
-2
lines changed- lib/Github/Api
- test/Github/Tests/Api
2 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
90 | 106 | | |
91 | 107 | | |
92 | 108 | | |
| |||
0 commit comments