diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 7d6a9f7d..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @azure/azure-functions-nodejs \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..58ef4de9 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,12 @@ +# 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 FUNCTIONS TEAM +# For all file changes, github would automatically +# include the following people in the PRs. +* @vrdmr @gavin-aguiar @hallvictoria @swapnil-nagar @TsuyoshiUshio @manvkaur \ No newline at end of file