From 0df8cddfd741d38bbf9d4b1d48f0d36934ae3ae0 Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:44:08 +0300 Subject: [PATCH 1/2] Update about-code-owners.md --- .../customizing-your-repository/about-code-owners.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 4b2d9dbaca3a..1fc3fc46fa79 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 @@ -58,9 +58,9 @@ To reduce the size of your CODEOWNERS file, consider using wildcard patterns to {% warning %} **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 +* Escaping a pattern starting with `#` using `\` so it is treated as a pattern and not a comment does not work +* Using `!` to negate a pattern does not work +* Using `[ ]` to define a character range does not work {% endwarning %} From b8a7fc9be161bf70df835f425cc3647c08abf71b Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:16:14 +0300 Subject: [PATCH 2/2] doesn't --- .../customizing-your-repository/about-code-owners.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 1fc3fc46fa79..d20368c31219 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 @@ -58,9 +58,9 @@ To reduce the size of your CODEOWNERS file, consider using wildcard patterns to {% warning %} **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 does not work -* Using `!` to negate a pattern does not work -* Using `[ ]` to define a character range does not work +* Escaping a pattern starting with `#` using `\` so it is treated as a pattern and not a comment doesn't work +* Using `!` to negate a pattern doesn't work +* Using `[ ]` to define a character range doesn't work {% endwarning %}