Skip to content

Commit

Permalink
[Issue helper] Update owner list (#23079)
Browse files Browse the repository at this point in the history
* 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 <70930885+msyyc@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
  • Loading branch information
3 people authored Feb 18, 2022
1 parent f704d54 commit 8c58875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/issue_helper/python.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from common import Common

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


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

0 comments on commit 8c58875

Please sign in to comment.