From 1b0cc3660c077dfc294549e3b44f608cc8e16e5d Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 11 Dec 2024 23:37:22 -0500 Subject: [PATCH 1/2] chore: add a CODEOWNERS file --- .github/CODEOWNERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..cb8e83a9 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,19 @@ +# GitHub CODEOWNERS. See: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# Remember, the last match takes precedence. + +# Global owner, used as a last resort. +* @lengau + +# Tiago owns secrets +/craft_application/secrets.py @tigarmo @lengau + +# Fetch service: Tiago +/craft_application/serices/fetch.py @tigarmo @lengau +/craft_application/fetch.py @tigarmo @lengau + +# Documentation owners +/docs/ @medubelko @lengau + +# Finally, all CODEOWNERS changes need to be approved by The Man, Himself. +/.github/CODEOWNERS @sergiusens From 39a2772e695c8626ae2ea91c40eca93a13442a38 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Thu, 12 Dec 2024 18:42:20 -0500 Subject: [PATCH 2/2] fix: pr Co-authored-by: Tiago Nobrega --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cb8e83a9..c617e27a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,7 +9,7 @@ /craft_application/secrets.py @tigarmo @lengau # Fetch service: Tiago -/craft_application/serices/fetch.py @tigarmo @lengau +/craft_application/services/fetch.py @tigarmo @lengau /craft_application/fetch.py @tigarmo @lengau # Documentation owners