Skip to content

Commit

Permalink
Merge pull request #16429 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Mar 21, 2022
2 parents 1ce021d + e2640e3 commit 01a6978
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Each CODEOWNERS file assigns the code owners for a single branch in the reposito

For code owners to receive review requests, the CODEOWNERS file must be on the base branch of the pull request. For example, if you assign `@octocat` as the code owner for *.js* files on the `gh-pages` branch of your repository, `@octocat` will receive review requests when a pull request with changes to *.js* files is opened between the head branch and `gh-pages`.

{% ifversion fpt or ghec or ghes > 3.2 or ghae-issue-9273 %}
{% ifversion fpt or ghec or ghes > 3.2 or ghae-issue-4675 %}
## CODEOWNERS file size

CODEOWNERS files must be under 3 MB in size. A CODEOWNERS file over this limit will not be loaded, which means that code owner information is not shown and the appropriate code owners will not be requested to review changes in a pull request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ versions:
fpt: '*'
ghec: '*'
ghes: '>3.2'
ghae-issue-4974: '*'
ghae: 'issue-4974'
topics:
- Repositories
---
Expand Down
6 changes: 5 additions & 1 deletion data/reusables/code-scanning/beta.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{% ifversion ghae %}
{% ifversion ghae-issue-5752 %}

<!-- Remove this reusable and all references for GA release -->

{% elsif ghae %}

{% note %}

Expand Down
7 changes: 6 additions & 1 deletion data/reusables/secret-scanning/beta.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{% ifversion ghae %}
{% ifversion ghae-issue-5752 %}

<!-- Remove this reusable and all references for GA release -->

{% elsif ghae %}

{% note %}

**Note:** {% data variables.product.prodname_secret_scanning_caps %} for organization-owned repositories is currently in beta and subject to change.
Expand Down

0 comments on commit 01a6978

Please sign in to comment.