From 642cf13bf00b4e55022b2da81c916177b50cea78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 18 Aug 2022 22:18:19 -1000 Subject: [PATCH] Add CODEOWNERS files (#3) This allows GitHub to assign reviewers to PR. --- .github/CODEOWNERS | 1 + moduleroot/.github/CODEOWNERS.erb | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 moduleroot/.github/CODEOWNERS.erb diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..126bec59 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ccin2p3/system diff --git a/moduleroot/.github/CODEOWNERS.erb b/moduleroot/.github/CODEOWNERS.erb new file mode 100644 index 00000000..d18efecd --- /dev/null +++ b/moduleroot/.github/CODEOWNERS.erb @@ -0,0 +1,4 @@ +# DO NOT EDIT THIS FILE! +# This file is managed by ModuleSync. + +* @ccin2p3/system