summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsyeopite <70992037+syeopite@users.noreply.github.com>2021-09-28 06:14:42 +0000
committerGitHub <noreply@github.com>2021-09-28 06:14:42 +0000
commit82e6f6e0955720eb96b8a40d4e4a35b480625406 (patch)
tree155ac06d9f0cb8b49bc90d013045b97302f38490 /.github
parentb20f72b9638e33c5a0417d825cdc5c4af7e855c6 (diff)
downloadinvidious-82e6f6e0955720eb96b8a40d4e4a35b480625406.tar.gz
invidious-82e6f6e0955720eb96b8a40d4e4a35b480625406.tar.bz2
invidious-82e6f6e0955720eb96b8a40d4e4a35b480625406.zip
Create CODEOWNERS (#2417)
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".
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000..079d85eb
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,15 @@
+# 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
+kubernetes/ @unixfox
+
+README.md @thefrenchghosty
+config/config.example.yml @thefrenchghosty @SamantazFox @unixfox
+
+scripts/ @syeopite
+shards.lock @syeopite
+shards.yml @syeopite
+
+src/invidious/helpers/youtube_api.cr @SamantazFox