Skip to content

Commit 01a6978

Browse files
authored
Merge pull request #16429 from github/repo-sync
repo sync
2 parents 1ce021d + e2640e3 commit 01a6978

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Each CODEOWNERS file assigns the code owners for a single branch in the reposito
3737

3838
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`.
3939

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

4343
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.

content/repositories/releasing-projects-on-github/searching-a-repositorys-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ versions:
77
fpt: '*'
88
ghec: '*'
99
ghes: '>3.2'
10-
ghae-issue-4974: '*'
10+
ghae: 'issue-4974'
1111
topics:
1212
- Repositories
1313
---

data/reusables/code-scanning/beta.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
{% ifversion ghae %}
1+
{% ifversion ghae-issue-5752 %}
2+
3+
<!-- Remove this reusable and all references for GA release -->
4+
5+
{% elsif ghae %}
26

37
{% note %}
48

data/reusables/secret-scanning/beta.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
{% ifversion ghae %}
1+
{% ifversion ghae-issue-5752 %}
2+
3+
<!-- Remove this reusable and all references for GA release -->
4+
5+
{% elsif ghae %}
6+
27
{% note %}
38

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

0 commit comments

Comments
 (0)