From 65310b309992dd08cb50ba5627a4921a742bfe41 Mon Sep 17 00:00:00 2001 From: Pantelis Sopasakis Date: Wed, 8 May 2024 15:30:45 +0100 Subject: [PATCH] codeowners file --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..24c98b5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Only @alphaville and @ruairimoran can edit .github and ci +/.github/ @alphaville @ruairimoran +/ci/ @alphaville @ruairimoran + +# Only the code owners can edit any sh and yml files +*.sh @alphaville @ruairimoran +*.yml @alphaville @ruairimoran \ No newline at end of file