File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -5669,19 +5669,8 @@ type StatusPayload struct {
5669
5669
5670
5670
// TeamPayload contains the information for GitHub's team hook event
5671
5671
type TeamPayload struct {
5672
- Action string `json:"action"`
5673
- Team struct {
5674
- Name string `json:"name"`
5675
- ID int64 `json:"id"`
5676
- NodeID string `json:"node_id"`
5677
- Slug string `json:"slug"`
5678
- Description string `json:"description"`
5679
- Privacy string `json:"privacy"`
5680
- URL string `json:"url"`
5681
- MembersURL string `json:"members_url"`
5682
- RepositoriesURL string `json:"repositories_url"`
5683
- Permission string `json:"permission"`
5684
- } `json:"team"`
5672
+ Action string `json:"action"`
5673
+ Team * Team `json:"team"`
5685
5674
Organization struct {
5686
5675
Login string `json:"login"`
5687
5676
ID int64 `json:"id"`
You can’t perform that action at this time.
0 commit comments