From d5f16642137c85bbcdd2fa0d53bdd34ccd4ce511 Mon Sep 17 00:00:00 2001 From: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> Date: Sat, 15 Mar 2025 11:53:06 +0100 Subject: [PATCH] Added a help page on how works the CODEOWNERS file Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 061d83a..c34daf9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,5 @@ +# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + * @denisidoro /.github/ @denisidoro