From a4002517827c76ec517cc677a548ff7946e8c0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Thu, 12 Sep 2024 10:45:05 +0200 Subject: [PATCH 1/3] add .github/CODEOWNERS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault --- .github/CODEOWNERS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..bb3124197c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,20 @@ +# Each line is a file pattern followed by one or more owners. +# Order is important; the last matching pattern takes the most precedence. + +# Global owners +* @redhat-developer/rhdh-content @redhat-developer/rhdh-team @josephca +# Specific areas +/modules/admin @redhat-developer/rhdh-content @josephca @schultzp2020 +/modules/auth @redhat-developer/rhdh-content @hmanwani-rh @themr0c @josephca @schultzp2020 @PatAKnight +/modules/authentication @redhat-developer/rhdh-content @hmanwani-rh @themr0c @josephca @schultzp2020 +/modules/authorization @redhat-developer/rhdh-content @hmanwani-rh @themr0c @josephca @PatAKnight +/modules/customization @redhat-developer/rhdh-content @josephca @schultzp2020 +/modules/dynamic-plugins @redhat-developer/rhdh-content @Gerry-Forde @josephca @kadel @jesuino @gashcrumb +/modules/getting-started @redhat-developer/rhdh-content @josephca @schultzp2020 +/modules/installation @redhat-developer/rhdh-content @themr0c @josephca @schultzp2020 +/modules/observability @redhat-developer/rhdh-content @josephca @schultzp2020 +/modules/release-notes @redhat-developer/rhdh-content @josephca @redhat-developer/rhdh-team @nickboldt +/modules/upgrade @redhat-developer/rhdh-content @josephca @schultzp2020 +/.github/ @redhat-developer/rhdh-content @themr0c @nickboldt +/.vale-style/ @redhat-developer/rhdh-content @themr0c +/build/ @redhat-developer/rhdh-content @themr0c @nickboldt From 68958d1d2834c4e08af13060b0cc006c34d1724b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Fri, 13 Sep 2024 11:48:22 +0200 Subject: [PATCH 2/3] Update .github/CODEOWNERS Co-authored-by: Kim Tsao <84398375+kim-tsao@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bb3124197c..2bbf73dfb2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ # Specific areas /modules/admin @redhat-developer/rhdh-content @josephca @schultzp2020 /modules/auth @redhat-developer/rhdh-content @hmanwani-rh @themr0c @josephca @schultzp2020 @PatAKnight -/modules/authentication @redhat-developer/rhdh-content @hmanwani-rh @themr0c @josephca @schultzp2020 +/modules/authentication @redhat-developer/rhdh-content @hmanwani-rh @themr0c @josephca @kim-tsao @JessicaJHee @04kash /modules/authorization @redhat-developer/rhdh-content @hmanwani-rh @themr0c @josephca @PatAKnight /modules/customization @redhat-developer/rhdh-content @josephca @schultzp2020 /modules/dynamic-plugins @redhat-developer/rhdh-content @Gerry-Forde @josephca @kadel @jesuino @gashcrumb From 11b6a4c23c06f336e713254179cebbbe54d4cdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Fri, 13 Sep 2024 11:48:31 +0200 Subject: [PATCH 3/3] Update .github/CODEOWNERS Co-authored-by: Kim Tsao <84398375+kim-tsao@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2bbf73dfb2..8e27f31574 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,7 +12,7 @@ /modules/dynamic-plugins @redhat-developer/rhdh-content @Gerry-Forde @josephca @kadel @jesuino @gashcrumb /modules/getting-started @redhat-developer/rhdh-content @josephca @schultzp2020 /modules/installation @redhat-developer/rhdh-content @themr0c @josephca @schultzp2020 -/modules/observability @redhat-developer/rhdh-content @josephca @schultzp2020 +/modules/observability @redhat-developer/rhdh-content @josephca @schultzp2020 @kim-tsao /modules/release-notes @redhat-developer/rhdh-content @josephca @redhat-developer/rhdh-team @nickboldt /modules/upgrade @redhat-developer/rhdh-content @josephca @schultzp2020 /.github/ @redhat-developer/rhdh-content @themr0c @nickboldt