Skip to content

Commit 0950a8e

Browse files
authored
Merge pull request #36341 from github/repo-sync
Repo sync
2 parents 4616102 + ddcef5f commit 0950a8e

File tree

13 files changed

+25
-35
lines changed

13 files changed

+25
-35
lines changed

content/repositories/creating-and-managing-repositories/repository-limits.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ The compare view and pull requests pages display a list of commits between the `
3434

3535
The maximum count of commits displayed on the Commits tab is **10,000**. Use other tools such as `git rev-list --count mybranch` to count and enumerate a high volume of commits when needed.
3636

37+
{% ifversion fpt or ghec or ghes > 3.16 %}
38+
39+
## Rebase limits
40+
41+
Merging a pull request using the "Rebase and merge" option is limited to **100** commits. If you have a pull request with more than 100 commits, you need to create a merge commit, squash and merge, or split the commits up into multiple pull requests.
42+
43+
{% endif %}
44+
3745
## Organization Limits
3846

3947
If a repository owner exceeds **100,000** repositories, some UI experiences and API functionality may be degraded. For more information, see [AUTOTITLE](/repositories/creating-and-managing-repositories/about-repositories#about-repository-ownership).

data/features/audit-data-retention-tab.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/features/audit-log-streaming.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/features/authz-increased-custom-repo-roles.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/features/autolink-reference-alphanumeric.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/azure-maps-auth-2023.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
We recommend enabling default setup for eligible repositories if there is any chance the repositories will include at least one {% data variables.product.prodname_codeql %}-supported language in the future. If you enable default setup on a repository that does not include any {% data variables.product.prodname_codeql %}-supported languages, default setup will not run any scans or use any {% data variables.product.prodname_actions %} minutes. If {% data variables.product.prodname_codeql %}-supported languages are added to the repository, default setup will automatically begin scanning {% data variables.product.prodname_codeql %}-supported languages and using {% data variables.product.prodname_actions %} minutes. For more information on {% data variables.product.prodname_codeql %}-supported languages, see [AUTOTITLE](/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql#about-codeql).
1+
We recommend enabling default setup for eligible repositories if there is any chance the repositories will include at least one {% data variables.product.prodname_codeql %}-supported language in the future. If you enable default setup on a repository that does not include any {% data variables.product.prodname_codeql %}-supported languages, default setup will not run any scans or use any {% data variables.product.prodname_actions %} minutes. If {% data variables.product.prodname_codeql %}-supported languages are added to the repository's default branch, default setup will automatically begin scanning {% data variables.product.prodname_codeql %}-supported languages and using {% data variables.product.prodname_actions %} minutes. For more information on {% data variables.product.prodname_codeql %}-supported languages, see [AUTOTITLE](/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql#about-codeql).

data/reusables/copilot/ask-copilot-not-displayed.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

data/reusables/enterprise-accounts/payment-information-tab.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/audit-logs/data/fpt/organization.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3104,6 +3104,11 @@
31043104
"description": "A secret scanning alert was validated.",
31053105
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
31063106
},
3107+
{
3108+
"action": "secret_scanning_closure_request.create",
3109+
"description": "N/A",
3110+
"docs_reference_links": "A user requested to close a secret scanning alert."
3111+
},
31073112
{
31083113
"action": "secret_scanning.disable",
31093114
"description": "Secret scanning was disabled for all existing repositories.",

0 commit comments

Comments
 (0)