Commit 809002e
committed
Fix issue where milestones API did not accept "all".
See GitHub API reference
https://developer.github.com/v3/issues/milestones/#parameters
It is already documented that it is supported in Milestones#list
https://github.com/peter-murach/github/blob/c71f4fb8f162e0d6bc12bc8ef0aa190f953ad65e/lib/github_api/client/issues/milestones.rb#L231 parent c71f4fb commit 809002e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments