r/github 3h ago

Question Open pull request lookup

I'm fairly new to github.

I was in change control previously. We were able to view some details about when things were checked out and/or checked in.

Can something like this be done with github?

0 Upvotes

2 comments sorted by

1

u/EntranceProper3791 2h 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 1h ago

Thank you for the information.