diff --git a/data/release-notes/enterprise-server/3-7/0.yml b/data/release-notes/enterprise-server/3-7/0.yml index e3ab7968d2..de9ee09556 100644 --- a/data/release-notes/enterprise-server/3-7/0.yml +++ b/data/release-notes/enterprise-server/3-7/0.yml @@ -320,6 +320,9 @@ sections: # https://github.com/github/releases/issues/2534 - The size of the search field for user, organization, and enterprise audit logs has increased. + # https://github.com/github/actions-dotnet/pull/12831 + - The maximum number of self-hosted runners in a runner group is limited to 10,000. Previously, there was no limit. + known_issues: - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. - Custom firewall rules are removed during the upgrade process. diff --git a/data/reusables/enterprise_user_management/manage-global-webhooks-api.md b/data/reusables/enterprise_user_management/manage-global-webhooks-api.md index 67c9669283..8412ddebd4 100644 --- a/data/reusables/enterprise_user_management/manage-global-webhooks-api.md +++ b/data/reusables/enterprise_user_management/manage-global-webhooks-api.md @@ -1 +1,3 @@ +{% ifversion ghes or ghae %} You can also use the {% data variables.product.prodname_enterprise_api %} to manage global webhooks. For a complete list of actions, see "[AUTOTITLE](/rest/enterprise-admin#global-webhooks)." +{% endif %}