Skip to content

Commit

Permalink
Merge pull request github#36341 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Feb 17, 2025
2 parents 4616102 + ddcef5f commit 0950a8e
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ The compare view and pull requests pages display a list of commits between the `

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.

{% ifversion fpt or ghec or ghes > 3.16 %}

## Rebase limits

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.

{% endif %}

## Organization Limits

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).
4 changes: 0 additions & 4 deletions data/features/audit-data-retention-tab.yml

This file was deleted.

5 changes: 0 additions & 5 deletions data/features/audit-log-streaming.yml

This file was deleted.

4 changes: 0 additions & 4 deletions data/features/authz-increased-custom-repo-roles.yml

This file was deleted.

6 changes: 0 additions & 6 deletions data/features/autolink-reference-alphanumeric.yml

This file was deleted.

4 changes: 0 additions & 4 deletions data/features/azure-maps-auth-2023.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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).
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).
9 changes: 0 additions & 9 deletions data/reusables/copilot/ask-copilot-not-displayed.md

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions src/audit-logs/data/fpt/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -3104,6 +3104,11 @@
"description": "A secret scanning alert was validated.",
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
},
{
"action": "secret_scanning_closure_request.create",
"description": "N/A",
"docs_reference_links": "A user requested to close a secret scanning alert."
},
{
"action": "secret_scanning.disable",
"description": "Secret scanning was disabled for all existing repositories.",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -3894,6 +3894,11 @@
"description": "A secret scanning alert was validated.",
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
},
{
"action": "secret_scanning_closure_request.create",
"description": "N/A",
"docs_reference_links": "A user requested to close a secret scanning alert."
},
{
"action": "secret_scanning.disable",
"description": "Secret scanning was disabled for all existing repositories.",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -3104,6 +3104,11 @@
"description": "A secret scanning alert was validated.",
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
},
{
"action": "secret_scanning_closure_request.create",
"description": "N/A",
"docs_reference_links": "A user requested to close a secret scanning alert."
},
{
"action": "secret_scanning.disable",
"description": "Secret scanning was disabled for all existing repositories.",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "3e16bd86cc7cd0434f9ee966d6fda05fbfbb00cd"
"sha": "7db063a57da3119fa77fb22d0bf67895c9b16a12"
}

0 comments on commit 0950a8e

Please sign in to comment.