From 7cb1ac5d99011f44ddb63f2a6b96b6a089da1c95 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 14 Feb 2024 12:24:29 +0000 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 0000000..85d8eff --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Main website, config, and theme is managed by Infra team +* @leigh-hackspace/infra + +# Website content is managed by the Web Editors team +content/* @leigh-hackspace/web-editors \ No newline at end of file