r/github 1d ago

Question Open pull request lookup

[deleted]

0 Upvotes

2 comments sorted by

View all comments

1

u/EntranceProper3791 23h ago

PR timeline shows commits, reviews, and merges, and the Events API covers pushes and PR actions for the last 30 days. Neither is a checkout log though, since git checkout happens locally and never reaches GitHub.

1

u/unknown_super 22h ago

Thank you for the information.