Skip to content

Commit a06b1bd

Browse files
committed
Add context for multiple string values
1 parent b6637c0 commit a06b1bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/v3/activity/events/types.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Represents a created repository, branch, or tag.
3131
Hook name: `create`
3232

3333
ref\_type
34-
: **string** - The object that was created: "repository", "branch", or
34+
: **string** - The object that was created. Can be one of "repository", "branch", or
3535
"tag"
3636

3737
ref
@@ -50,7 +50,7 @@ Represents a deleted branch or tag.
5050
Hook name: `delete`
5151

5252
ref\_type
53-
: **string** - The object that was deleted: "branch" or "tag".
53+
: **string** - The object that was deleted. Can be "branch" or "tag".
5454

5555
ref
5656
: **string** - The full git ref.
@@ -97,7 +97,7 @@ after
9797
Hook name: `gist`
9898

9999
action
100-
: **string** - The action that was performed: "create" or "update"
100+
: **string** - The action that was performed. Can be "create" or "update"
101101

102102
gist
103103
: **object** - The [gist](/v3/gists/) itself.
@@ -142,7 +142,7 @@ comment
142142
Hook name: `issues`
143143

144144
action
145-
: **string** - The action that was performed: "opened", "closed", or
145+
: **string** - The action that was performed. Can be one of "opened", "closed", or
146146
"reopened".
147147

148148
issue
@@ -174,7 +174,7 @@ Hook name: `public`
174174
Hook name: `pull_request`
175175

176176
action
177-
: **string** - The action that was performed: "opened", "closed",
177+
: **string** - The action that was performed. Can be one of "opened", "closed",
178178
"synchronize", or "reopened".
179179

180180
number
@@ -234,7 +234,7 @@ before.
234234
Hook name: `release`
235235

236236
action
237-
: **string** - The action that was performed: "published".
237+
: **string** - The action that was performed. Currently, can only be "published".
238238

239239
release
240240
: **object** - The [release](/v3/repos/releases/#get-a-single-release) itself.

0 commit comments

Comments
 (0)