1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Fix versioning

This commit is contained in:
Laura Coursen
2021-08-26 10:37:21 -05:00
committed by GitHub
parent 9e22e35394
commit 2db335cc91

View File

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