From 28f87a79dfef988b25eb4ab8b5c9678c311b14a5 Mon Sep 17 00:00:00 2001 From: KonradStaniec Date: Wed, 28 Aug 2024 10:47:16 +0200 Subject: [PATCH] feat: Add code owners file (#36) Add codeowners files to the repository --- .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 000000000..7336566f5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# CODEOWNERS: https://help.github.com/articles/about-codeowners/ + +# Primary repo maintainers +* @babylonlabs-io/core-dev +