diff --git a/content/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot.md b/content/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot.md index 446908d79a56..458a7c8f4d07 100644 --- a/content/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot.md +++ b/content/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot.md @@ -50,6 +50,8 @@ Repository administrators{% ifversion ghec %}, organization owners, and enterpri | The {% data variables.product.github %} website | Not applicable | {% octicon "check" aria-label="Supported" %} | | {% data variables.product.prodname_mobile %} | Not applicable | {% octicon "check" aria-label="Supported" %} | +Content exclusions also apply to {% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website. + > [!NOTE] > Content exclusion is in {% data variables.release-phases.public_preview %} on the {% data variables.product.github %} website and in {% data variables.product.prodname_mobile %} and is subject to change. @@ -57,6 +59,8 @@ Repository administrators{% ifversion ghec %}, organization owners, and enterpri {% data reusables.copilot.content-exclusion-limitations %} +Currently, content exclusions do not apply to symbolic links (symlinks). + ### Data sent to {% data variables.product.prodname_dotcom %} After you configure content exclusion, the client (for example, the {% data variables.product.prodname_copilot_short %} extension for {% data variables.product.prodname_vscode_shortname %}) sends the current repository URL to the {% data variables.product.prodname_dotcom %} server so that the server can return the correct policy to the client. These URLs are not logged anywhere. diff --git a/src/versions/lib/enterprise-server-releases.js b/src/versions/lib/enterprise-server-releases.js index 75da3a965e01..a4c18c3c085e 100644 --- a/src/versions/lib/enterprise-server-releases.js +++ b/src/versions/lib/enterprise-server-releases.js @@ -15,7 +15,7 @@ export const nextNext = '3.18' export const supported = ['3.16', '3.15', '3.14', '3.13', '3.12'] // Edit this to `null` when it's no longer the release candidate -export const releaseCandidate = 'null' +export const releaseCandidate = null // Ensure that: // "next" is ahead of "latest" by one minor or major release.