Fix versioning
This commit is contained in:
@@ -39,7 +39,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 ghae or ghes >= 3.3 %}
|
||||
{% ifversion fpt or ghae or ghes > 3.2 %}
|
||||
## 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 not to be shown and the appropriate code owners will not be requested to review changes in a pull request.
|
||||
|
||||
Reference in New Issue
Block a user