From 8d1f2abdd462db3ac305f87e8a9523f9ca5d6998 Mon Sep 17 00:00:00 2001 From: "thomas.ekstrand" Date: Sat, 10 Feb 2024 12:16:43 -0600 Subject: [PATCH] add codeowners --- .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 00000000..f770b261 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Protect this CODEOWNERS file from change +/.github/CODEOWNERS @meshtastic/admins + +# Protect the legal directory from change +/docs/legal/* @meshtastic/admins