Skip to content

Commit 6098529

Browse files
authored
Merge pull request #38739 from github/repo-sync
Repo sync
2 parents 45cabe2 + eb0bb8f commit 6098529

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ To see repositories that you're watching, go to your [watching page](https://git
6565

6666
You can configure notifications for a repository on the repository page, or on your watching page.
6767

68+
{% ifversion fpt or ghec %}
69+
70+
> [!NOTE]
71+
> You can watch a maximum of 10,000 repositories.
72+
73+
{% endif %}
74+
6875
### About custom notifications
6976

7077
You can customize notifications for a repository. For example, you can choose to only be notified when updates to one or more types of events ({% data reusables.notifications-v2.custom-notification-types %}) happen within a repository, or ignore all notifications for a repository. For more information, see [Configuring your watch settings for an individual repository](#configuring-your-watch-settings-for-an-individual-repository) below.

content/copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Before getting started you must have the following:
3535
* Installed versions of both the source and target JDKs.
3636
* A Git-based Java project using Maven or Gradle.
3737
* For Maven-based projects, access to the public Maven Central repository.
38+
* Make sure `chat.extensionTools.enabled` is set to `true` in your {% data variables.product.prodname_vscode %} settings. This setting might be controlled by your organization.
3839

3940
>[!NOTE] For Gradle projects, only wrapper-based builds (Gradle v5+) are supported. Projects using Kotlin DSL are not currently supported.
4041

0 commit comments

Comments
 (0)