Skip to content

Commit d747df7

Browse files
authored
Fix two lightweight feature flags for GitHub AE (github#26371)
1 parent d6eb532 commit d747df7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
---

0 commit comments

Comments
 (0)