1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Fix repeated section and change size limit

This commit is contained in:
Shannon Sullivan
2021-08-24 18:58:29 +02:00
committed by GitHub
parent dee746b603
commit 110e2e256f

View File

@@ -41,13 +41,7 @@ For code owners to receive review requests, the CODEOWNERS file must be on the b
## CODEOWNERS file size
CODEOWNERS files must be under 1 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.
To reduce the size of your CODEOWNERS file, consider using wildcard patterns (see syntax) to consolidate multiple entries into a single entry.
## CODEOWNERS file size
CODEOWNERS files must be under 1 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, 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.
To reduce the size of your CODEOWNERS file, consider using wildcard patterns (see syntax) to consolidate multiple entries into a single entry.