From bcf8fbb8ff63681cd0d56fdb3d43cbc9bcb07cb3 Mon Sep 17 00:00:00 2001 From: Jules <19994093+jules-p@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:51:00 +0200 Subject: [PATCH 1/2] Fixes intro of "managing GitHub copilot in your organisation" category (#51220) Co-authored-by: Jules Porter --- .../managing-github-copilot-in-your-organization/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/index.md b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/index.md index 54de934aebf5..b79afdd3b273 100644 --- a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/index.md +++ b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/index.md @@ -1,15 +1,14 @@ --- title: Managing GitHub Copilot in your organization shortTitle: Manage for organization -intro: 'Learn about {% data variables.product.prodname_copilot_cli %}, including use cases, best practices, and limitations.' +intro: "Organization owners can grant and revoke access to {% data variables.product.prodname_copilot %}, manage {% data variables.product.prodname_copilot_short %} related policies and features, as well as reviewing audit logs and usage data." versions: - feature: copilot-in-the-cli + feature: copilot redirect_from: - /copilot/managing-copilot/managing-policies-for-copilot-business-in-your-organization - /copilot/managing-github-copilot-in-your-organization topics: - Copilot - - CLI children: - /subscribing-to-copilot-for-your-organization - /granting-access-to-copilot-for-members-of-your-organization From 3f63631580389182829e596ee551dcfe283d8b08 Mon Sep 17 00:00:00 2001 From: James Fletcher <42464962+jf205@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:56:17 +0100 Subject: [PATCH 2/2] Remove beta note for MRVA ga (#50673) --- ...es-at-scale-with-multi-repository-variant-analysis.md | 2 -- .../warning-problem-with-controller-repository.md | 2 -- data/reusables/code-scanning/mrva-beta.md | 9 --------- 3 files changed, 13 deletions(-) delete mode 100644 data/reusables/code-scanning/mrva-beta.md diff --git a/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/running-codeql-queries-at-scale-with-multi-repository-variant-analysis.md b/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/running-codeql-queries-at-scale-with-multi-repository-variant-analysis.md index 601a4c8928fd..ff192ffbba56 100644 --- a/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/running-codeql-queries-at-scale-with-multi-repository-variant-analysis.md +++ b/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/running-codeql-queries-at-scale-with-multi-repository-variant-analysis.md @@ -13,8 +13,6 @@ redirect_from: - /code-security/codeql-for-vs-code/running-codeql-queries-at-scale-with-mrva --- -{% data reusables.code-scanning.mrva-beta %} - ## About running {% data variables.product.prodname_codeql %} queries at scale with multi-repository variant analysis With multi-repository variant analysis (MRVA), you can run {% data variables.product.prodname_codeql %} queries on a list of up to 1,000 repositories on {% data variables.product.prodname_dotcom_the_website %} from {% data variables.product.prodname_vscode %}. diff --git a/content/code-security/codeql-for-vs-code/troubleshooting-codeql-for-vs-code/warning-problem-with-controller-repository.md b/content/code-security/codeql-for-vs-code/troubleshooting-codeql-for-vs-code/warning-problem-with-controller-repository.md index 878366b00c1c..576eed88a69f 100644 --- a/content/code-security/codeql-for-vs-code/troubleshooting-codeql-for-vs-code/warning-problem-with-controller-repository.md +++ b/content/code-security/codeql-for-vs-code/troubleshooting-codeql-for-vs-code/warning-problem-with-controller-repository.md @@ -13,8 +13,6 @@ redirect_from: - /code-security/codeql-for-vs-code/troubleshooting-variant-analysis --- -{% data reusables.code-scanning.mrva-beta %} - ## About this warning ```text diff --git a/data/reusables/code-scanning/mrva-beta.md b/data/reusables/code-scanning/mrva-beta.md deleted file mode 100644 index ac6b75997a46..000000000000 --- a/data/reusables/code-scanning/mrva-beta.md +++ /dev/null @@ -1,9 +0,0 @@ -{% ifversion codeql-vs-code-mrva %} - -{% note %} - -**Note:** Multi-repository variant analysis is currently available as a beta release and is subject to change. To use this feature, you must upgrade {% data variables.product.prodname_codeql %} for {% data variables.product.prodname_vscode %} to a minimum of version 1.8.0. - -{% endnote %} - -{% endif %}