From 7870d1d344aba8ba36967082bf8289b7b09cc0bb Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:51:47 +0800 Subject: [PATCH] Update python.py --- scripts/release_helper/python.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release_helper/python.py b/scripts/release_helper/python.py index 9beed7ae9f39..9b418134fd02 100644 --- a/scripts/release_helper/python.py +++ b/scripts/release_helper/python.py @@ -9,8 +9,8 @@ from utils import AUTO_CLOSE_LABEL, get_last_released_date, record_release, get_python_release_pipeline, run_pipeline # assignee dict which will be assigned to handle issues -_PYTHON_OWNER = {'azure-sdk', 'Wzb123456789', 'BigCat20196'} -_PYTHON_ASSIGNEE = {'msyyc'} +_PYTHON_OWNER = {'azure-sdk', 'msyyc'} +_PYTHON_ASSIGNEE = {'BigCat20196', 'Wzb123456789'} # labels _CONFIGURED = 'Configured'