From 68dede0e4d7f253cf4a3d6b402d2d4edff94c859 Mon Sep 17 00:00:00 2001 From: Alek Petuskey Date: Thu, 23 Jan 2025 11:29:37 -0800 Subject: [PATCH] Create CODEOWNERS (#1187) --- .github/workflows/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/CODEOWNERS diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS new file mode 100644 index 000000000..848375509 --- /dev/null +++ b/.github/workflows/CODEOWNERS @@ -0,0 +1,14 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @alek99 @tgberkeley + +# In this example, @doctocat owns any files in the build/logs +# directory at the root of the repository and any of its +# subdirectories. +/blog/ @tgberkeley +/docs/ @alek99 @tgberkeley