Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 99d52b8

Browse files
committed
clarify which events are not visible in timelines
1 parent 8009dff commit 99d52b8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

content/v3/activity/events/types.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Key | Type | Description
6969

7070
Represents a [deployment](/v3/repos/deployments/#list-deployments).
7171

72+
Events of this type are not visible in timelines, they are only used to trigger hooks.
73+
7274
### Hook name
7375

7476
`deployment`
@@ -87,6 +89,8 @@ Key | Type | Description
8789

8890
Represents a [deployment status](/v3/repos/deployments/#list-deployment-statuses).
8991

92+
Events of this type are not visible in timelines, they are only used to trigger hooks.
93+
9094
### Hook name
9195

9296
`deployment_status`
@@ -124,6 +128,8 @@ Key | Type | Description
124128

125129
Triggered when a user [follows another user](/v3/users/followers/#follow-a-user).
126130

131+
Events of this type are not visible in timelines, they are only used to trigger hooks.
132+
127133
### Hook name
128134

129135
`follow`
@@ -344,6 +350,8 @@ Key | Type | Description
344350

345351
Triggered when the status of a Git commit changes.
346352

353+
Events of this type are not visible in timelines, they are only used to trigger hooks.
354+
347355
### Hook name
348356

349357
`status`

0 commit comments

Comments
 (0)