From cb618b480cc7096b20235228f4f47d5cdf3bc4fc Mon Sep 17 00:00:00 2001 From: Alek Petuskey Date: Thu, 23 Jan 2025 11:28:14 -0800 Subject: [PATCH] Create CODEOWNERS --- .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 0000000000..848375509d --- /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