From 1e332c86bc0cdf8a2d15b04df74b44189387723e Mon Sep 17 00:00:00 2001 From: Alexandra DeWit Date: Wed, 1 Oct 2025 08:53:53 -0400 Subject: [PATCH] Clarify repository description in webhook schema Updated the description for the repository field to clarify that it refers to the repository name only. --- github/resource_github_repository_webhook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/resource_github_repository_webhook.go b/github/resource_github_repository_webhook.go index a6c516d439..734de13d48 100644 --- a/github/resource_github_repository_webhook.go +++ b/github/resource_github_repository_webhook.go @@ -40,7 +40,7 @@ func resourceGithubRepositoryWebhook() *schema.Resource { Type: schema.TypeString, Required: true, ForceNew: true, - Description: "The repository of the webhook.", + Description: "The repository name of the webhook, not including the organization, which will be inferred.", }, "events": { Type: schema.TypeSet,