We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f704d54 commit 8c58875Copy full SHA for 8c58875
scripts/issue_helper/python.py
@@ -1,10 +1,9 @@
1
from common import Common
2
3
-_PYTHON_OWNER = {'msyyc', 'BigCat20196'}
+_PYTHON_OWNER = {'msyyc', 'BigCat20196', 'Wzb123456789', 'kazrael2119'}
4
_PYTHON_REPO = 'Azure/azure-sdk-for-python'
5
_FILE_OUT_NAME_PYTHON = 'sdk_issue_python.md'
6
7
-
8
def python_process() -> None:
9
instance = Common(_PYTHON_OWNER, _PYTHON_REPO, _FILE_OUT_NAME_PYTHON)
10
instance.run()
0 commit comments