From f50eefdffb3a9217b01fab6371cf6e724b6c7beb Mon Sep 17 00:00:00 2001 From: Jessica Schumaker Date: Fri, 19 Jul 2024 03:42:06 -0400 Subject: [PATCH 1/3] Update enforcing-repository-management-policies-in-your-enterprise.md to correctly describe repository creation behavior (#51589) --- ...forcing-repository-management-policies-in-your-enterprise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md b/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md index 106519151e..c5d6ff418b 100644 --- a/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md +++ b/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md @@ -155,7 +155,7 @@ Across all organizations owned by your enterprise, you can set the default branc Across all organizations owned by your enterprise, you can allow members with admin access to change a repository's visibility, restrict repository visibility changes to organization owners, or allow owners to administer the setting on the organization level. When you prevent members from changing repository visibility, only enterprise owners can change the visibility of a repository. -If an enterprise owner has restricted repository creation to organization owners only, then members will not be able to change repository visibility. If an enterprise owner has restricted member repository creation to private repositories only, then members will only be able to change the visibility of a repository to private. For more information, see "[Enforcing a policy for repository creation](#enforcing-a-policy-for-repository-creation)." +If an enterprise owner has restricted repository creation to organization owners only, then members will not be able to change repository visibility. For more information, see "[Enforcing a policy for repository creation](#enforcing-a-policy-for-repository-creation)." {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} From 033ba0c1007d7d168fcd8080ecc9a7573944b59a Mon Sep 17 00:00:00 2001 From: hubwriter Date: Fri, 19 Jul 2024 09:55:14 +0100 Subject: [PATCH 2/3] Clarify the type of Copilot Chat questions that are affected by repo indexing (#51705) --- .../indexing-repositories-for-copilot-chat.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/enhancing-copilot-for-your-organization/indexing-repositories-for-copilot-chat.md b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/enhancing-copilot-for-your-organization/indexing-repositories-for-copilot-chat.md index 188f73fb88..c28e30b6c2 100644 --- a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/enhancing-copilot-for-your-organization/indexing-repositories-for-copilot-chat.md +++ b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/enhancing-copilot-for-your-organization/indexing-repositories-for-copilot-chat.md @@ -15,6 +15,8 @@ redirect_from: {% data variables.product.prodname_copilot %}'s ability to answer natural language questions, in the context of a {% data variables.product.prodname_dotcom %} repository, is improved when the repository has been indexed for semantic code search. +Indexing repositories is not a requirement and will not affect responses to questions about information in knowledge bases, pull requests, issues, discussions, or commits. However, indexing can help {% data variables.product.prodname_copilot_chat_short %} answer questions that relate directly to the code within a repository. + The indexing status of a repository is displayed on {% data variables.product.prodname_dotcom_the_website %} when you start a conversation that has a repository context. You can index the repository if it has not been indexed yet. After you index a repository it is automatically re-indexed every time a change is pushed to the repository. From 8eb6c37ee4e78501adeeccdf08c04455a752beb5 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Fri, 19 Jul 2024 09:56:02 +0100 Subject: [PATCH 3/3] Bugfix: move note to correct step in a Copilot procedure (#51704) --- ...king-github-copilot-questions-in-githubcom.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/content/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom.md b/content/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom.md index 26748a30c6..8582aadaf3 100644 --- a/content/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom.md +++ b/content/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom.md @@ -110,12 +110,6 @@ Depending on the question you ask, and your enterprise and organization settings {% data reusables.copilot.ask-copilot-not-displayed %} - - - > [!NOTE] - > - > {% data variables.product.prodname_copilot_short %}'s ability to answer natural language questions like these in a repository context is improved when the repository has been indexed for semantic code search. The indexing status of the repository is displayed when you start a conversation that has a repository context. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat)." - 1. In the "Ask {% data variables.product.prodname_copilot_short %}" box, type a question and press Enter. For example, you could ask: @@ -128,6 +122,12 @@ Depending on the question you ask, and your enterprise and organization settings {% data variables.product.prodname_copilot_short %} replies in the chat panel. + + + > [!NOTE] + > + > {% data variables.product.prodname_copilot_short %}'s ability to answer natural language questions like these in a repository context is improved when the repository has been indexed for semantic code search. The indexing status of the repository is displayed when you start a conversation that has a repository context. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat)." + {% data reusables.copilot.stop-response-generation %} {% data reusables.copilot.chat-conversation-buttons %} @@ -149,6 +149,10 @@ You can ask {% data variables.product.prodname_copilot_short %} about a specific {% data variables.product.prodname_copilot_short %} replies in the chat panel. + > [!NOTE] + > + > {% data variables.product.prodname_copilot_short %}'s ability to answer natural language questions in the context of a repository is improved when the repository has been indexed for semantic code search. The indexing status of the repository is displayed when you start a conversation that has a repository context. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat)." + {% data reusables.copilot.stop-response-generation %} {% data reusables.copilot.chat-conversation-buttons %}