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.
1 parent 1751865 commit 3534f74Copy full SHA for 3534f74
github/payload.go
@@ -5329,14 +5329,14 @@ type SecurityAdvisoryPayload struct {
5329
// StatusPayload contains the information for GitHub's status hook event
5330
type StatusPayload struct {
5331
ID int64 `json:"id"`
5332
- NodeID string `json:"node_id"`
5333
Sha string `json:"sha"`
5334
Name string `json:"name"`
5335
TargetURL *string `json:"target_url"`
5336
Context string `json:"context"`
5337
Description *string `json:"description"`
5338
State string `json:"state"`
5339
Commit struct {
+ NodeID string `json:"node_id"`
5340
5341
5342
Author struct {
0 commit comments