Skip to content

Commit 8c58875

Browse files
BigCat20196msyyc
andauthored
[Issue helper] Update owner list (Azure#23079)
* initial * rename yml * git push function * only collect issues with label 'Mgmt' * handle exception * date format * update log print * update bot policy * skip self-create issue * add ziwei and zhenbiao * Update python.py Co-authored-by: msyyc <[email protected]> Co-authored-by: Yuchao Yan <[email protected]>
1 parent f704d54 commit 8c58875

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/issue_helper/python.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from common import Common
22

3-
_PYTHON_OWNER = {'msyyc', 'BigCat20196'}
3+
_PYTHON_OWNER = {'msyyc', 'BigCat20196', 'Wzb123456789', 'kazrael2119'}
44
_PYTHON_REPO = 'Azure/azure-sdk-for-python'
55
_FILE_OUT_NAME_PYTHON = 'sdk_issue_python.md'
66

7-
87
def python_process() -> None:
98
instance = Common(_PYTHON_OWNER, _PYTHON_REPO, _FILE_OUT_NAME_PYTHON)
109
instance.run()

0 commit comments

Comments
 (0)