1
0
mirror of synced 2025-12-22 03:16:52 -05:00
This commit is contained in:
Laura Coursen
2021-08-26 10:29:17 -05:00
committed by GitHub
parent 110e2e256f
commit f77a34399d

View File

@@ -39,11 +39,13 @@ 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 %}
## CODEOWNERS file size
CODEOWNERS files must be under 3 MB in size. A CODEOWNERS file over this limit will not be loaded, causing code owner information not to be shown and for the appropriate code owners not to be requested to review changes in a pull request.
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.
To reduce the size of your CODEOWNERS file, consider using wildcard patterns (see syntax) to consolidate multiple entries into a single entry.
To reduce the size of your CODEOWNERS file, consider using wildcard patterns to consolidate multiple entries into a single entry.
{% endif %}
## CODEOWNERS syntax