From 80b0ab2c847e59a5c70891ba0efe520179afc401 Mon Sep 17 00:00:00 2001 From: radhikajain99 Date: Thu, 25 Jun 2026 20:29:26 +0530 Subject: [PATCH] Add codeowners file --- CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..dfb77c6 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# See https://help.github.com/articles/about-codeowners/ +# for more info about CODEOWNERS file +# +# It uses the same pattern rule for gitignore file +# https://git-scm.com/docs/gitignore#_pattern_format +# + +* @azure/azure-app-testing \ No newline at end of file