Skip to content

Commit 880148c

Browse files
authored
Merge pull request #37005 from github/repo-sync
Repo sync
2 parents abbc796 + fb51847 commit 880148c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ Repository administrators{% ifversion ghec %}, organization owners, and enterpri
5050
| The {% data variables.product.github %} website | Not applicable | {% octicon "check" aria-label="Supported" %} |
5151
| {% data variables.product.prodname_mobile %} | Not applicable | {% octicon "check" aria-label="Supported" %} |
5252

53+
Content exclusions also apply to {% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website.
54+
5355
> [!NOTE]
5456
> 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.
5557
5658
### Limitations of content exclusions
5759

5860
{% data reusables.copilot.content-exclusion-limitations %}
5961

62+
Currently, content exclusions do not apply to symbolic links (symlinks).
63+
6064
### Data sent to {% data variables.product.prodname_dotcom %}
6165

6266
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.

src/versions/lib/enterprise-server-releases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const nextNext = '3.18'
1515
export const supported = ['3.16', '3.15', '3.14', '3.13', '3.12']
1616

1717
// Edit this to `null` when it's no longer the release candidate
18-
export const releaseCandidate = 'null'
18+
export const releaseCandidate = null
1919

2020
// Ensure that:
2121
// "next" is ahead of "latest" by one minor or major release.

0 commit comments

Comments
 (0)