We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c86c1f1 + a9a686f commit cc33de4Copy full SHA for cc33de4
github/payload.go
@@ -5335,7 +5335,6 @@ type SecurityAdvisoryPayload struct {
5335
// StatusPayload contains the information for GitHub's status hook event
5336
type StatusPayload struct {
5337
ID int64 `json:"id"`
5338
- NodeID string `json:"node_id"`
5339
Sha string `json:"sha"`
5340
Name string `json:"name"`
5341
TargetURL *string `json:"target_url"`
@@ -5344,6 +5343,7 @@ type StatusPayload struct {
5344
5343
State string `json:"state"`
5345
Commit struct {
5346
+ NodeID string `json:"node_id"`
5347
5348
Author struct {
5349
0 commit comments