From ee3a0406a7d68f5b6b3269e861014a1a20711796 Mon Sep 17 00:00:00 2001 From: Varad Meru Date: Mon, 27 Sep 2021 11:46:17 -0700 Subject: [PATCH] Update v3 Python Worker Version to 1.2.6 (#2724) * Update v3 Python Worker Version to 1.2.6 * Adding a new CODEOWNERS file --- CODEOWNERS | 17 +++++++++++++++++ .../Azure.Functions.Cli.csproj | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..86031164 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,17 @@ +# ======================================================= +# 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 +# +# Order is important; the last matching pattern takes the +# most precedence. +# ======================================================= + + +# All of CoreTools PR should have the owners in the PR. +* @michaelpeng36 @AnatoliB + +# Adding codeowner for Language specific files such that GitHub automatically adds language owners as a reviewers. +src/Azure.Functions.Cli/Azure.Functions.Cli.csproj @vrdmr @Francisco-Gamino @amamounelsayed @alrod @michaelpeng36 @AnatoliB diff --git a/src/Azure.Functions.Cli/Azure.Functions.Cli.csproj b/src/Azure.Functions.Cli/Azure.Functions.Cli.csproj index bb391cce..728d9d6b 100644 --- a/src/Azure.Functions.Cli/Azure.Functions.Cli.csproj +++ b/src/Azure.Functions.Cli/Azure.Functions.Cli.csproj @@ -1,4 +1,4 @@ - + Exe netcoreapp3.1 @@ -18,7 +18,7 @@ Microsoft Microsoft Azure Functions Cli - � .NET Foundation. All rights reserved. + ? .NET Foundation. All rights reserved. http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_enu.htm https://github.com/Azure/azure-functions-cli git @@ -158,7 +158,7 @@ - +