From 09e8e622a76da2f91e3c4e1201f6a8248d3856b4 Mon Sep 17 00:00:00 2001 From: jackchuka Date: Wed, 18 Mar 2026 13:43:10 +0900 Subject: [PATCH] chore: add CODEOWNERS for maintainers-docs team Assign @tailor-platform/maintainers-docs as default reviewers for all files in the repository. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2e37973 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default code owners for all files +* @tailor-platform/maintainers-docs