From 76dcd2033287a80b2ebb5c24cd75f46323052765 Mon Sep 17 00:00:00 2001 From: Katy Baulch <46493669+katybaulch@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:08:44 +0000 Subject: [PATCH] Add tech dev team as repo codeowners (#83) --- .github/CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3eea96f7 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,15 @@ +############################################################################### +# GitHub Code-owner Configuration for Admin Backend +# +# Each line is a file pattern followed by one or more owners. See this link: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file +# for more information on configuring GitHub code owners, including examples. +############################################################################### + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, members +# of @climatepolicyradar/tech-devs will be requested for +# review when someone opens a pull request. Teams should +# be identified in the format @org/team-name. Teams must have +# explicit write access to the repository. +* @climatepolicyradar/tech-devs