Skip to content

Commit 3534f74

Browse files
author
Riley Martine
committed
Move node_id field from status to status.commit in StatusEvent
1 parent 1751865 commit 3534f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/payload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5329,14 +5329,14 @@ type SecurityAdvisoryPayload struct {
53295329
// StatusPayload contains the information for GitHub's status hook event
53305330
type StatusPayload struct {
53315331
ID int64 `json:"id"`
5332-
NodeID string `json:"node_id"`
53335332
Sha string `json:"sha"`
53345333
Name string `json:"name"`
53355334
TargetURL *string `json:"target_url"`
53365335
Context string `json:"context"`
53375336
Description *string `json:"description"`
53385337
State string `json:"state"`
53395338
Commit struct {
5339+
NodeID string `json:"node_id"`
53405340
Sha string `json:"sha"`
53415341
Commit struct {
53425342
Author struct {

0 commit comments

Comments
 (0)