Skip to content

Commit b8850c3

Browse files
authored
Update python.py (Azure#25735)
1 parent 4472c35 commit b8850c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release_helper/python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from utils import AUTO_CLOSE_LABEL, get_last_released_date, record_release, get_python_release_pipeline, run_pipeline
1010

1111
# assignee dict which will be assigned to handle issues
12-
_PYTHON_OWNER = {'azure-sdk', 'Wzb123456789', 'BigCat20196'}
13-
_PYTHON_ASSIGNEE = {'msyyc'}
12+
_PYTHON_OWNER = {'azure-sdk', 'msyyc'}
13+
_PYTHON_ASSIGNEE = {'BigCat20196', 'Wzb123456789'}
1414

1515
# labels
1616
_CONFIGURED = 'Configured'

0 commit comments

Comments
 (0)