From bd99bd74f3d387f2136c47b42cb57bfebd4390a6 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Thu, 10 Oct 2024 12:16:42 -0500 Subject: [PATCH] Add CODEOWNERS file --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..4db002235 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# This file is used to automatically assign reviewers to PRs. +# For more information, see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# The '*' pattern represents global owners. +* @joseharriaga @trrwilson @ShivangiReja