Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue helper] Update owner list #23079

Merged
merged 12 commits into from
Feb 18, 2022
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()