From 1704bf7a84e1a092b69da50cebd22d26f0ca5b5f Mon Sep 17 00:00:00 2001 From: mLuby Date: Sun, 11 Sep 2022 13:40:45 -0400 Subject: [PATCH] Fix broken #syntax-exceptions link --- .../customizing-your-repository/about-code-owners.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md index 969a1a3430..f81efeca5c 100644 --- a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md +++ b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md @@ -119,6 +119,7 @@ apps/ @octocat {% warning %} +### Syntax exceptions **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