From 2c55f9296843a669bc599e7a47da7397c55d786a Mon Sep 17 00:00:00 2001 From: Stephen Lang Date: Tue, 3 Sep 2024 10:41:02 +0100 Subject: [PATCH 1/2] build: add codeowners file --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..2ffe4722d --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# https://help.github.com/articles/about-codeowners/ + +# These owners will be the default owners for everything in the repo. Unless a +# later match takes precedence, they will be requested for review when someone +# opens a pull request. +* @povilasv @rexagod @skl From e4fce1990bf429024d427845c134a9c211f7dc32 Mon Sep 17 00:00:00 2001 From: Stephen Lang Date: Tue, 3 Sep 2024 10:43:39 +0100 Subject: [PATCH 2/2] chore: remove users without write access --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2ffe4722d..1bf91c5a8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,4 +3,4 @@ # These owners will be the default owners for everything in the repo. Unless a # later match takes precedence, they will be requested for review when someone # opens a pull request. -* @povilasv @rexagod @skl +* @povilasv