From 0272d87b3508dc890fd637f32d997a6b0398156f Mon Sep 17 00:00:00 2001 From: Andrea Giacobino Date: Fri, 5 Apr 2024 16:00:07 +0300 Subject: [PATCH 1/2] add codeowners --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..cb79d6483b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Changes to .github must be approved by the following groups + +/.github/ @moonbeam-foundation/moonsong-perm @moonbeam-foundation/opslayer-devops From 922a5885678d75747aebe536bd29c120fb6b117b Mon Sep 17 00:00:00 2001 From: Andrea Giacobino Date: Mon, 8 Apr 2024 10:38:48 +0200 Subject: [PATCH 2/2] add github tools scripts to codeowners github tools are used with github actions --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cb79d6483b..303a99c5e4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,5 @@ # Changes to .github must be approved by the following groups /.github/ @moonbeam-foundation/moonsong-perm @moonbeam-foundation/opslayer-devops +/tools/github/ @moonbeam-foundation/moonsong-perm @moonbeam-foundation/opslayer-devops +