From 6d993d9dae78574ca0fde22d1a41a927e4738b63 Mon Sep 17 00:00:00 2001 From: Eric Hayes <eric@deployfx.com> Date: Wed, 4 Sep 2024 15:04:05 -0700 Subject: [PATCH] Update payload.go --- github/payload.go | 1 + 1 file changed, 1 insertion(+) diff --git a/github/payload.go b/github/payload.go index 0bcca5b..66130d0 100644 --- a/github/payload.go +++ b/github/payload.go @@ -5458,6 +5458,7 @@ type PushPayload struct { OpenIssues int64 `json:"open_issues"` Watchers int64 `json:"watchers"` DefaultBranch string `json:"default_branch"` + Topics []string `json:"topics"` Stargazers int64 `json:"stargazers"` MasterBranch string `json:"master_branch"` } `json:"repository"`