File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
content/v3/activity/events Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -270,18 +270,21 @@ release
270270
271271## StatusEvent
272272
273- Triggered when a new state is added to a ref .
273+ Triggered when the status of a Git commit changes .
274274
275275Hook name: ` status `
276276
277+ sha
278+ : ** string** - The Commit SHA.
279+
277280state
278281: ** string** - The new state. Can be ` pending ` , ` success ` , ` failure ` , or ` error ` .
279282
280283description
281- : ** string** - The optional human-readable description added to the state .
284+ : ** string** - The optional human-readable description added to the status .
282285
283286target_url
284- : ** string** - The optional link added to the state .
287+ : ** string** - The optional link added to the status .
285288
286289## TeamAddEvent
287290
You can’t perform that action at this time.
0 commit comments