From 30d8e95371779d631a7bcac955d8b421dbd630b9 Mon Sep 17 00:00:00 2001 From: trfore Date: Sun, 5 May 2024 14:07:47 -0500 Subject: [PATCH] ci: create CODEOWNERS --- .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 0000000..88299bd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# these will be requested for review when someone opens a pull request. +* @trfore + +# The following own any files in the .github directory at the root of the +# repository and any of its subdirectories. +.github/ @trfore