From 2807ebb699c66318032b7151a6d4ce8e1066b527 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Wed, 1 Jan 2025 15:01:33 -0500 Subject: [PATCH] Update CODEOWNERS (#785) --- .github/CODEOWNERS | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b7ee1e26cf..dc7729d1e3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,16 +2,14 @@ # default owner of all files in the repository. * @sbryngelson -# Henry Le Berre (henryleberre) -docs/ @sbryngelson @henryleberre -toolchain/ @sbryngelson @henryleberre -tests/ @sbryngelson @henryleberre -mfc.sh @sbryngelson @henryleberre -mfc.bat @sbryngelson @henryleberre -CMakeLists.txt @sbryngelson @henryleberre -.gitlab-ci.yml @sbryngelson @henryleberre -.vscode/ @sbryngelson @henryleberre -.github/workflows/ @sbryngelson @henryleberre +# @core-devs +src/ @MFlowCode/core-devs +docs/ @MFlowCode/core-devs +toolchain/ @MFlowCode/core-devs +tests/ @MFlowCode/core-devs +benchmarks/ @MFlowCode/core-devs +mfc.sh @MFlowCode/core-devs +CMakeLists.txt @MFlowCode/core-devs -# Spencer H. Bryngelson & Ben Wilfong -.typos.toml @sbryngelson @wilfonba +# @physics-devs +src/ @MFlowCode/physics-devs