File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1587,10 +1587,10 @@ type InstallationPayload struct {
1587
1587
PullRequests string `json:"pull_requests"`
1588
1588
RepositoryProjects string `json:"repository_projects"`
1589
1589
} `json:"permissions"`
1590
- Events []string `json:"events"`
1591
- CreatedAt int64 `json:"created_at"`
1592
- UpdatedAt int64 `json:"updated_at"`
1593
- SingleFileName * string `json:"single_file_name"`
1590
+ Events []string `json:"events"`
1591
+ CreatedAt time. Time `json:"created_at"`
1592
+ UpdatedAt time. Time `json:"updated_at"`
1593
+ SingleFileName * string `json:"single_file_name"`
1594
1594
} `json:"installation"`
1595
1595
Repositories []struct {
1596
1596
ID int64 `json:"id"`
@@ -1665,10 +1665,10 @@ type InstallationRepositoriesPayload struct {
1665
1665
Deployments string `json:"deployments"`
1666
1666
Contents string `json:"contents"`
1667
1667
} `json:"permissions"`
1668
- Events []string `json:"events"`
1669
- CreatedAt int64 `json:"created_at"`
1670
- UpdatedAt int64 `json:"updated_at"`
1671
- SingleFileName * string `json:"single_file_name"`
1668
+ Events []string `json:"events"`
1669
+ CreatedAt time. Time `json:"created_at"`
1670
+ UpdatedAt time. Time `json:"updated_at"`
1671
+ SingleFileName * string `json:"single_file_name"`
1672
1672
} `json:"installation"`
1673
1673
RepositoriesAdded []struct {
1674
1674
ID int64 `json:"id"`
You can’t perform that action at this time.
0 commit comments