Skip to content

Commit d8fff82

Browse files
authored
Use reusable for GitHub name
1 parent e31b824 commit d8fff82

File tree

1 file changed

+1
-1
lines changed
  • content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository

1 file changed

+1
-1
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
@@ -51,7 +51,7 @@ A CODEOWNERS file uses a pattern that follows most of the same rules used in [gi
5151

5252
If any line in your CODEOWNERS file contains invalid syntax, the file will not be detected and will not be used to request reviews.
5353

54-
CODEOWNERS paths are case sensitive, because GitHub uses a case sensitive file system. Since CODEOWNERS are evaluated by GitHub, even systems (e.g. MacOS) that are case insensitive should ensure that paths and files are cased correctly in the CODEOWNERS file.
54+
CODEOWNERS paths are case sensitive, because {% data variables.product.prodname_dotcom %} uses a case sensitive file system. Since CODEOWNERS are evaluated by {% data variables.product.prodname_dotcom %}, even systems that are case insensitive (for example, macOS) must use paths and files that are cased correctly in the CODEOWNERS file.
5555
### Example of a CODEOWNERS file
5656
```
5757
# This is a comment.

0 commit comments

Comments
 (0)