From 199f647605c7d16e65e37e84099a807558a855a4 Mon Sep 17 00:00:00 2001 From: Benjamin Langlotz Date: Tue, 28 May 2024 05:58:40 +0200 Subject: [PATCH] chore: add codeowners for auto-assignment to PRs --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..88fba1fa --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# these users will be requested for +# review when someone opens a pull request. +* @belanglos @karlandindrakryggen @amirhossein-haerian @axelbjo \ No newline at end of file