File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -2986,13 +2986,14 @@ type PingPayload struct {
2986
2986
type ProjectCardPayload struct {
2987
2987
Action string `json:"action"`
2988
2988
ProjectCard struct {
2989
- URL string `json:"url"`
2990
- ColumnURL string `json:"column_url"`
2991
- ColumnID int64 `json:"column_id"`
2992
- ID int64 `json:"id"`
2993
- NodeID string `json:"node_id"`
2994
- Note * string `json:"note"`
2995
- Creator struct {
2989
+ URL string `json:"url"`
2990
+ ProjectURL string `json:"project_url"`
2991
+ ColumnURL string `json:"column_url"`
2992
+ ColumnID int64 `json:"column_id"`
2993
+ ID int64 `json:"id"`
2994
+ NodeID string `json:"node_id"`
2995
+ Note * string `json:"note"`
2996
+ Creator struct {
2996
2997
Login string `json:"login"`
2997
2998
ID int64 `json:"id"`
2998
2999
NodeID string `json:"node_id"`
Original file line number Diff line number Diff line change 2
2
"action" : " created" ,
3
3
"project_card" : {
4
4
"url" : " https://api.github.com/projects/columns/cards/1266091" ,
5
+ "project_url" : " https://api.github.com/projects/6047634" ,
5
6
"column_url" : " https://api.github.com/projects/columns/515520" ,
6
7
"column_id" : 515520 ,
7
8
"id" : 1266091 ,
27
28
},
28
29
"created_at" : 1483569391 ,
29
30
"updated_at" : 1483569391 ,
30
- "content_url" : " https://api.github.com/repos/baxterthehacker/public-repo/issues/2"
31
+ "content_url" : " https://api.github.com/repos/baxterthehacker/public-repo/issues/2"
31
32
},
32
33
"repository" : {
33
34
"id" : 35129377 ,
145
146
"type" : " User" ,
146
147
"site_admin" : false
147
148
}
148
- }
149
+ }
You can’t perform that action at this time.
0 commit comments