Skip to content

Commit

Permalink
Propose introducing codeowners for GitHub reviewer assignent (#1093)
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Skog <[email protected]>
  • Loading branch information
junlarsen and henrikskog authored Jan 28, 2025
1 parent 69a43ef commit bd68271
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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 @madsab
packages/utils @brage-andreas


# Tools
tools/migrator @jotjern @junlarsen
tools/shell @henrikskog


# Infrastructure located in the monorepo
infra/auth0 @henrikhorluck @jotjern

0 comments on commit bd68271

Please sign in to comment.