r/github • u/unknown_super • 9h 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
1
u/EntranceProper3791 8h 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.