We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Commits
PushEvent
1 parent 07ddcd9 commit 8ca48ddCopy full SHA for 8ca48dd
github/event_types.go
@@ -1374,7 +1374,8 @@ type PushEvent struct {
1374
Size *int `json:"size,omitempty"`
1375
// Commits is the list of commits in the push event.
1376
//
1377
- // Deprecated: GitHub will remove commit summaries from Events API payloads on October 7, 2025.
+ // This field is only populated for webhook events.
1378
+ // It has been removed from Events API payloads on October 7, 2025.
1379
// Use the Commits REST API endpoint to get detailed commit information.
1380
// See: https://docs.github.com/rest/commits/commits#list-commits
1381
Commits []*HeadCommit `json:"commits,omitempty"`
0 commit comments