We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75d1d01 + cc52aa6 commit 9734fe0Copy full SHA for 9734fe0
content/v3/activity/events/types.md
@@ -245,11 +245,14 @@ repo
245
246
## WatchEvent
247
248
-The event's actor is the watcher, and the event's repo is the watched
249
-repository.
+The WatchEvent is related to starring a repository, not watching.
+See [this API blog post](http://developer.github.com/changes/2012-9-5-watcher-api/)
250
+for an explanation.
251
+
252
+The event’s actor is the user who starred a repository, and the event’s repo is
253
+the repository that was starred.
254
255
Hook name: `watch`
256
257
action
-: **string** - The action that was performed.
-
258
+: **string** - The action that was performed: "started".
0 commit comments