From b7a7d0315938bea394a828590de49994f7dcb893 Mon Sep 17 00:00:00 2001 From: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:59:35 +0530 Subject: [PATCH] ci: Added required code owners for CWYD (#1485) --- .github/CODEOWNERS.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS.txt diff --git a/.github/CODEOWNERS.txt b/.github/CODEOWNERS.txt new file mode 100644 index 000000000..313d52b94 --- /dev/null +++ b/.github/CODEOWNERS.txt @@ -0,0 +1,5 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +* @Avijit-Microsoft @Roopan-Microsoft @Prajwal-Microsoft