From 6a05c119ca626e3584ac2813752bb0df2ec5bd96 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Tue, 2 Apr 2024 17:53:49 -0600 Subject: [PATCH 1/3] Adding CODEOWNERS file Signed-off-by: Alfredo Gutierrez --- .github/CODEOWNERS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..85667f8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,22 @@ +################################### +##### Global Protection Rule ###### +################################### +# NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below +* @hashgraph/hedera-smart-contracts @hashgraph/hedera-the-graph + +############################# +##### Auth-Layer-Proxy ###### +############################# +/auth-layer-proxy/ @AlfredoG87 @Nana-EC @hashgraph/hedera-smart-contracts +/charts/auth-layer-proxy/ @AlfredoG87 @Nana-EC @beeradb @hashgraph/hedera-smart-contracts + +############################### +##### Charts ###### +############################### +/charts/ @AlfredoG87 @Nana-EC @beeradb @hashgraph/hedera-smart-contracts + +############################### +##### Subgraphs ###### +############################### +/subgraphs/ @AlfredoG87 @Nana-EC @hashgraph/hedera-smart-contracts + From b17299efc17302494ea8cafd19cc57a34210218e Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Tue, 2 Apr 2024 17:56:07 -0600 Subject: [PATCH 2/3] Adding CODEOWNERS file Signed-off-by: Alfredo Gutierrez --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 85667f8..a10c857 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ ##### Global Protection Rule ###### ################################### # NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below -* @hashgraph/hedera-smart-contracts @hashgraph/hedera-the-graph +* @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts ############################# ##### Auth-Layer-Proxy ###### From 1257d99af5ab7537c88612884386d57c44cd1b12 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Tue, 2 Apr 2024 17:56:27 -0600 Subject: [PATCH 3/3] Adding CODEOWNERS file Signed-off-by: Alfredo Gutierrez --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a10c857..e6d7d1c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ ##### Global Protection Rule ###### ################################### # NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below -* @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts +* @hashgraph/hedera-smart-contracts ############################# ##### Auth-Layer-Proxy ######