From 7015d361a3987f13ea508e459281953d33d81309 Mon Sep 17 00:00:00 2001 From: Jeff Thompson Date: Tue, 18 Apr 2023 09:40:05 +0200 Subject: [PATCH] chore: Remove unused CODEOWNERS Signed-off-by: Jeff Thompson --- .github/CODEOWNERS | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index d51c96f2..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,37 +0,0 @@ -## -## CODEOWNERS files are read from top to bottom; last mathing rule "wins" -## - -# default is tech team (disabled, for annoying noise) -# * @berty/tech - -## -## by folders -## - -# doc -/docs/ @berty/tech - -# golang files -/*.go @berty/go-owners -/internal/ @berty/go-owners -/pkg/ @berty/go-owners - -# protos -/api/ @berty/tech -/api/go-internal/ @berty/go-owners - -## -## by filetype -## - -# build -Makefile @berty/build-owners -*.mk @berty/build-owners - -## -## by specific domain -## - -# public APIs -/api/protocol/bertyprotocol.proto @berty/go-owners @berty/js-owners