From 3ac8f28c3d7de14da11f16f9b078f8afdb3968b4 Mon Sep 17 00:00:00 2001 From: syeopite <70992037+syeopite@users.noreply.github.com> Date: Mon, 20 Sep 2021 02:47:27 +0000 Subject: [PATCH] Create CODEOWNERS https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners Allows automatically assigning PRs to teams/users when it modifies a specific section of the repo that they "own". --- .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..fccedab5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Default and lowest precedence. If none of the below matches, @iv-org/developers would be requested for review. +* @iv-org/developers + +docker-compose.yml @unixfox +docker/ @unixfox + +README.md @thefrenchghosty +scripts/ @syeopite