From 0ed76953aec10a0874742018d137333607709523 Mon Sep 17 00:00:00 2001 From: Mats Larsen Date: Sat, 25 Jan 2025 17:02:17 +0900 Subject: [PATCH 1/2] Propose introducing codeowners for GitHub reviewer assignent --- .github/CODEOWNERS | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..631e99426 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,54 @@ +# Code owner file for Monoweb. +# +# We don't take this very seriously, but they are really useful for making +# GitHub auto-assign reviewers to PRs. It makes it easier for contributors to +# get pull requests reviewed. +# +# Another goal is also that people who have more experience with certain parts +# of the codebase get the responsibility to review patches that touch these +# parts. + + +# Until we have more defined responsibilities, I'll take ownership of code that +# is not covered by other, because I know every part of the codebase well. +* @junlarsen + + +# Pipelines and automation +.github @junlarsen +*.Dockerfile @junlarsen +docker-compose.yml @junlarsen + + +# Main applications +apps/brevduen @junlarsen +apps/dashboard @henrikskog +apps/rpc @junlarsen +apps/invoicification @junlarsen +apps/rif @junlarsen +apps/web @jotjern + + +# Libraries and packages +packages/auth @junlarsen @jotjern +packages/config +packages/core @junlarsen @jotjern @henrikskog @terbau +packages/db @jotjern +packages/email +packages/environment @junlarsen +packages/gateway-trpc @junlarsen @jotjern @henrikskog @terbau +packages/logger @junlarsen +packages/proxy-nextjs @junlarsen +packages/tsconfig +packages/types +packages/ui @brage-andreas @madsbarnes +packages/utils @brage-andreas + + +# Tools +tools/migrator @jotjern @junlarsen +tools/shell @henrikskog + + +# Infrastructure located in the monorepo +infra/auth0 @henrikhorluck @jotjern From 5a140b7e79a2a2962bf107fe4720a4cc45201578 Mon Sep 17 00:00:00 2001 From: Mats Jun Larsen Date: Sat, 25 Jan 2025 17:14:16 +0900 Subject: [PATCH 2/2] Update .github/CODEOWNERS Co-authored-by: Henrik Skog --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 631e99426..102f80bd1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -41,7 +41,7 @@ packages/logger @junlarsen packages/proxy-nextjs @junlarsen packages/tsconfig packages/types -packages/ui @brage-andreas @madsbarnes +packages/ui @brage-andreas @madsab packages/utils @brage-andreas