Add `PullRequest.get_issue_timeline` method (#3259)
Currently there is already `get_issue_events` method, but `get_issue_timeline` is missing. This means users have to use two requests instead of one: `as_issue().get_timeline()`. Seems to be suboptimal. This pull request adds `PullRequest.get_issue_timeline()` in the most straightforward way.
M
Michael Kukarkin committed
23a5bad36b62bf2349899f470bae1b24e7a20f6e
Parent: e2a05ff
Committed by GitHub <noreply@github.com>
on 7/30/2025, 3:41:29 PM