Skip to content

Commit d9effad

Browse files
Clarify repository description in webhook schema (#2765)
Updated the description for the repository field to clarify that it refers to the repository name only. Co-authored-by: Nick Floyd <[email protected]>
1 parent fe18870 commit d9effad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/resource_github_repository_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func resourceGithubRepositoryWebhook() *schema.Resource {
4040
Type: schema.TypeString,
4141
Required: true,
4242
ForceNew: true,
43-
Description: "The repository of the webhook.",
43+
Description: "The repository name of the webhook, not including the organization, which will be inferred.",
4444
},
4545
"events": {
4646
Type: schema.TypeSet,

0 commit comments

Comments
 (0)