From 7cec530a7db69124214fc8c84585dea3fcff2faa Mon Sep 17 00:00:00 2001 From: Alexis Opolka <53085471+alexis-opolka@users.noreply.github.com> Date: Tue, 25 Mar 2025 08:47:09 +0100 Subject: [PATCH] Update CODEOWNERS Updates the CODEOWNERS files since I am now a maintainer of this project. --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 34a30c4..9d78fd8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,7 @@ +# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + * @denisidoro +.github/* @denisidoro + +shell/navi.plugin.ps1 @alexis-opolka +docs/* @alexis-opolka