From 3837b6483e95474619068ef4bbbb19e1d2e48449 Mon Sep 17 00:00:00 2001 From: Malik Olivier Boussejra Date: Tue, 5 Sep 2023 17:00:24 +0900 Subject: [PATCH] docs: Add CODEOWNERS file --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..125b96c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# About CODEOWNERS: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# +# These owners will be the default owners for everything in +# the repo, unless a later match takes precedence. +* kaoru@soracom.jp