From f80ca14f234a043dfbabda8cbeb9cab7c35efaa8 Mon Sep 17 00:00:00 2001 From: Sall Date: Sat, 25 Nov 2023 00:42:44 +0000 Subject: [PATCH] Update CODEOWNERS Signed-off-by: Sall --- .github/CODEOWNERS | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8ecd9b1..c274a13 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,19 +1,2 @@ -* @z-shell/tsc - -# Order is important; the last matching pattern takes the most precedence. -#*.sh @z-shell -#*.md @z-shell - -# You can also use email addresses if you prefer. They'll be used to look up users just like we do for commit author emails. -#*.sh z-shell@digitalclouds.dev - -# The `docs/*` pattern will match files like -# `docs/getting-started.md` but not further nested files like -# `docs/build-app/troubleshooting.md`. -#docs/* @z-shell - -# In this example, @z-shell owns any file in an `lib` directory anywhere in your repository. -#lib/ @z-shell - -# In this example, @z-shell owns any file in the `.github` directory in the root of your repository. -#/.github/ @z-shell +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file +* @ss-o