From d0f6ef3a6a2ff449955a9fce950e6268cf9ce087 Mon Sep 17 00:00:00 2001 From: Angie Pinilla Date: Thu, 18 Jun 2020 01:59:29 -0400 Subject: [PATCH] update resource readme's to reflect personal account support --- website/docs/r/repository.html.markdown | 7 ++----- website/docs/r/repository_webhook.html.markdown | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/website/docs/r/repository.html.markdown b/website/docs/r/repository.html.markdown index 06f13fd17a..4562b5d1fd 100644 --- a/website/docs/r/repository.html.markdown +++ b/website/docs/r/repository.html.markdown @@ -2,16 +2,13 @@ layout: "github" page_title: "GitHub: github_repository" description: |- - Creates and manages repositories within GitHub organizations + Creates and manages repositories within GitHub organizations or personal accounts --- # github_repository This resource allows you to create and manage repositories within your -GitHub organization. - -This resource cannot currently be used to manage *personal* repositories, -outside of organizations. +GitHub organization or personal account. ## Example Usage diff --git a/website/docs/r/repository_webhook.html.markdown b/website/docs/r/repository_webhook.html.markdown index d589af7959..5456b3d677 100644 --- a/website/docs/r/repository_webhook.html.markdown +++ b/website/docs/r/repository_webhook.html.markdown @@ -2,16 +2,13 @@ layout: "github" page_title: "GitHub: github_repository_webhook" description: |- - Creates and manages repository webhooks within GitHub organizations + Creates and manages repository webhooks within GitHub organizations or personal accounts --- # github_repository_webhook This resource allows you to create and manage webhooks for repositories within your -GitHub organization. - -This resource cannot currently be used to manage webhooks for *personal* repositories, -outside of organizations. +GitHub organization or personal account. ## Example Usage