From 9460584e09497436eb1c566a27077f9c4e1676f7 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Fri, 30 Sep 2022 13:18:01 +0800 Subject: [PATCH] update owner --- .github/CODEOWNERS | 2 +- scripts/issue_helper/python.py | 2 +- scripts/release_helper/python.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 08b5c32e02a1..5e139cc8162c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -766,7 +766,7 @@ # Management Plane -/**/*mgmt*/ @BigCat20196 @msyyc +/**/*mgmt*/ @Wzb123456789 @msyyc ########### diff --git a/scripts/issue_helper/python.py b/scripts/issue_helper/python.py index 565d8602a78e..779d5859cd66 100644 --- a/scripts/issue_helper/python.py +++ b/scripts/issue_helper/python.py @@ -5,7 +5,7 @@ from common import Common -_PYTHON_OWNER = {'msyyc', 'BigCat20196', 'Wzb123456789', 'kazrael2119'} +_PYTHON_OWNER = {'msyyc', 'Wzb123456789'} _PYTHON_REPO = 'Azure/azure-sdk-for-python' _FILE_OUT_NAME_PYTHON = 'sdk_issue_python.md' diff --git a/scripts/release_helper/python.py b/scripts/release_helper/python.py index c722627eb91a..fc05ab95f82d 100644 --- a/scripts/release_helper/python.py +++ b/scripts/release_helper/python.py @@ -10,7 +10,7 @@ # assignee dict which will be assigned to handle issues _PYTHON_OWNER = {'azure-sdk', 'msyyc'} -_PYTHON_ASSIGNEE = {'BigCat20196', 'Wzb123456789'} +_PYTHON_ASSIGNEE = {'Wzb123456789'} # labels _CONFIGURED = 'Configured'