From e9a0bd25a541c9496d117a126b4561ecfd0aa5f9 Mon Sep 17 00:00:00 2001 From: Ben Ahmady <32935794+subatoi@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:07:28 +0100 Subject: [PATCH 1/3] Adds a note about what happens when you enable default setup to the main default setup config article (#41412) Co-authored-by: Felicity Chapman --- .../configuring-default-setup-for-code-scanning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning.md b/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning.md index c44728f8f87c..39584409fef9 100644 --- a/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning.md +++ b/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning.md @@ -113,7 +113,7 @@ Compiled languages are not automatically included in default setup configuration {% endnote %} {% endif %} -1. Review the settings for default setup on your repository, then click **Enable {% data variables.product.prodname_codeql %}**. +1. Review the settings for default setup on your repository, then click **Enable {% data variables.product.prodname_codeql %}**. This will trigger a workflow that tests the new, automatically generated configuration. {% note %} From f7a632fcc798a11cc26ef953ccad79beb531f448 Mon Sep 17 00:00:00 2001 From: Jack G Kafaty <50452463+jackgkafaty@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:12:39 -0400 Subject: [PATCH 2/3] Update about-enterprise-managed-users.md (#41773) Co-authored-by: Matt Pollard --- .../about-enterprise-managed-users.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md b/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md index 8f29875ce68c..48960c06eecb 100644 --- a/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md +++ b/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md @@ -95,7 +95,9 @@ To discover how a member was added to an organization, you can filter the member - {% data variables.enterprise.prodname_managed_users_caps %} cannot create gists or comment on gists. - {% data variables.enterprise.prodname_managed_users_caps %} cannot follow users outside of the enterprise. - {% data variables.enterprise.prodname_managed_users_caps %} cannot create starter workflows for {% data variables.product.prodname_actions %}. -- {% data variables.enterprise.prodname_managed_users_caps %} cannot install {% data variables.product.prodname_github_apps %} on their user accounts. {% data variables.enterprise.prodname_managed_users_caps %} can install a {% data variables.product.prodname_github_app %} on an organization if the app does not request organization permissions and if the {% data variables.enterprise.prodname_managed_user %} has admin access to the repositories that they are granting the app access to. +- {% data variables.enterprise.prodname_managed_users_caps %} cannot install {% data variables.product.prodname_github_apps %} on their user accounts. +- {% data variables.enterprise.prodname_managed_users_caps %} can install {% data variables.product.prodname_github_app %} on a repository if the app does not request organization permissions and if the {% data variables.enterprise.prodname_managed_user %} has admin access to the repositories that they are granting the app access to. +- {% data variables.enterprise.prodname_managed_users_caps %} can install {% data variables.product.prodname_github_app %} on an organization if the {% data variables.enterprise.prodname_managed_user %} is an organization owner. - You can choose whether {% data variables.enterprise.prodname_managed_users %} are able to create repositories owned by their user accounts. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-repository-creation)." - If you allow {% data variables.enterprise.prodname_managed_users %} to create repositories owned by their user accounts, they can only own private repositories and can only invite other enterprise members to collaborate on their user-owned repositories. - {% data reusables.enterprise-accounts.emu-forks %} From 4a7935c0ae85a97bc28fcb0be99d19b82ab9de0a Mon Sep 17 00:00:00 2001 From: Joseph Franks Date: Fri, 1 Sep 2023 07:14:03 -0500 Subject: [PATCH 3/3] Add Missing Release Note To 3.9.3, 3.8.8 and 3.7.15 (#41794) Co-authored-by: Matt Pollard --- data/release-notes/enterprise-server/3-7/15.yml | 2 ++ data/release-notes/enterprise-server/3-8/8.yml | 2 ++ data/release-notes/enterprise-server/3-9/3.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/data/release-notes/enterprise-server/3-7/15.yml b/data/release-notes/enterprise-server/3-7/15.yml index 1ad858f74b09..596a00327806 100644 --- a/data/release-notes/enterprise-server/3-7/15.yml +++ b/data/release-notes/enterprise-server/3-7/15.yml @@ -33,6 +33,8 @@ sections: Administrators can display all repositories in a network with `spokesctl` by using the `repositories` subcommand. - | Site administrators can see improved diagnostic information about repositories that have been deleted. + - | + The secondary abuse rate limits of the GraphQL API are now configurable in the Management Console. [Updated: 2023-09-01] known_issues: - | Custom firewall rules are removed during the upgrade process. diff --git a/data/release-notes/enterprise-server/3-8/8.yml b/data/release-notes/enterprise-server/3-8/8.yml index c777b0b74f89..4af17d802461 100644 --- a/data/release-notes/enterprise-server/3-8/8.yml +++ b/data/release-notes/enterprise-server/3-8/8.yml @@ -29,6 +29,8 @@ sections: On GitHub Enterprise Server 3.8 and above, a blob storage provider must be configured in the Management Console in order to use the GitHub Enterprise Importer CLI, "startRepositoryMigration" GraphQL API, or "Start an organization migration" REST API. The "Migrations" section in the Management Console was mistakenly removed and has been added back. - | Administrators can display all repositories in a network with `spokesctl` by using the `repositories` subcommand. + - | + The secondary abuse rate limits of the GraphQL API are now configurable in the Management Console. [Updated: 2023-09-01] known_issues: - | Custom firewall rules are removed during the upgrade process. diff --git a/data/release-notes/enterprise-server/3-9/3.yml b/data/release-notes/enterprise-server/3-9/3.yml index d46e15f334e7..807a39ea2355 100644 --- a/data/release-notes/enterprise-server/3-9/3.yml +++ b/data/release-notes/enterprise-server/3-9/3.yml @@ -26,6 +26,8 @@ sections: On GitHub Enterprise Server 3.8 and above, a blob storage provider must be configured in the Management Console in order to use the GitHub Enterprise Importer CLI, "startRepositoryMigration" GraphQL API, or "Start an organization migration" REST API. The "Migrations" section in the Management Console was mistakenly removed and has been added back. - | Administrators can display all repositories in a network with `spokesctl` by using the `repositories` subcommand. + - | + The secondary abuse rate limits of the GraphQL API are now configurable in the Management Console. [Updated: 2023-09-01] known_issues: - | {% data reusables.release-notes.upgrade-to-3-9-or-to-3-10-io-utilization-increase %} [Updated: 2023-08-11]