We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99569b2 + d3efaf8 commit c687768Copy full SHA for c687768
1 file changed
content/v3/activity/events/types.md
@@ -286,6 +286,11 @@ description
286
target_url
287
: **string** - The optional link added to the status.
288
289
+branches
290
+: **array** - An array of branch objects containing the status' SHA.
291
+Each branch contains the given SHA, but the SHA may or may not be the
292
+head of the branch. The array includes a maximum of 10 branches.
293
+
294
## TeamAddEvent
295
296
Triggered when a [user is added to a team](/v3/orgs/teams/#add-team-member) or when a [repository is added to a team](/v3/orgs/teams/#add-team-repo).
0 commit comments