Files
PyGithub/tests
Enrico Minack a8e7c4237d Add sort order and direction for getting comments (#2544)
Note: This is a breaking change. The order of parameters of `PullRequest.get_review_comments` has changed to match other `get_comments` methods and Github API parameter order. Users should change `PullRequest.get_review_comments(since)` to `PullRequest.get_review_comments(since=since)`.

Calling without parameter is not breaking: `PullRequest.get_review_comments()`
2023-06-07 14:50:07 +02:00
..
2023-05-23 10:23:58 -04:00
2023-01-31 07:44:16 +08:00
2022-10-13 08:56:18 +08:00
2021-01-08 11:55:36 +00:00
2020-01-06 18:01:38 +11:00