From cd7e898ff3479a9cf1ad33dfe84e6c4210b8b4e5 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 29 May 2024 15:53:35 +0200 Subject: [PATCH] add CODEOWNERS --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..007ff49b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# who must review changes to this file +/.github/CODEOWNERS @bluejekyll @djc + +# default owners for the whole repository +* @bluejekyll @djc + +# Ferrous team can review changes to the E2E / integration tests +/tests @japaric @justahero @listochkin @pvdrz