Update content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md
This commit is contained in:
@@ -118,11 +118,11 @@ apps/ @octocat
|
||||
```
|
||||
|
||||
{% warning %}
|
||||
**Warning:** Syntax exceptions
|
||||
There are some syntax rules for gitignore files that *do not work* in CODEOWNERS files:
|
||||
**Warning:** There are some syntax rules for gitignore files that *do not work* in CODEOWNERS files:
|
||||
- Escaping a pattern starting with `#` using `\` so it is treated as a pattern and not a comment
|
||||
- Using `!` to negate a pattern
|
||||
- Using `[ ]` to define a character range
|
||||
|
||||
{% endwarning %}
|
||||
|
||||
## CODEOWNERS and branch protection
|
||||
|
||||
Reference in New Issue
Block a user