@@ -31,7 +31,7 @@ Represents a created repository, branch, or tag.
3131Hook name: ` create `
3232
3333ref\_ 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
3737ref
@@ -50,7 +50,7 @@ Represents a deleted branch or tag.
5050Hook name: ` delete `
5151
5252ref\_ type
53- : ** string** - The object that was deleted: "branch" or "tag".
53+ : ** string** - The object that was deleted. Can be "branch" or "tag".
5454
5555ref
5656: ** string** - The full git ref.
9797Hook name: ` gist `
9898
9999action
100- : ** string** - The action that was performed: "create" or "update"
100+ : ** string** - The action that was performed. Can be "create" or "update"
101101
102102gist
103103: ** object** - The [ gist] ( /v3/gists/ ) itself.
@@ -142,7 +142,7 @@ comment
142142Hook name: ` issues `
143143
144144action
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
148148issue
@@ -174,7 +174,7 @@ Hook name: `public`
174174Hook name: ` pull_request `
175175
176176action
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
180180number
@@ -234,7 +234,7 @@ before.
234234Hook name: ` release `
235235
236236action
237- : ** string** - The action that was performed: "published".
237+ : ** string** - The action that was performed. Currently, can only be "published".
238238
239239release
240240: ** object** - The [ release] ( /v3/repos/releases/#get-a-single-release ) itself.
0 commit comments