Skip to content

Commit 233085f

Browse files
authored
update assignee (Azure#22239)
1 parent 304f758 commit 233085f

File tree

1 file changed

+3
-3
lines changed
  • scripts/release_issue_status

1 file changed

+3
-3
lines changed

scripts/release_issue_status/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
_NULL = ' '
1717
_FILE_OUT = 'release_issue_status.csv'
1818
_FILE_OUT_PYTHON = 'release_python_status.md'
19-
_PYTHON_SDK_ADMINISTRATORS = ['msyyc', 'RAY-316', 'BigCat20196']
20-
_PYTHON_SDK_ASSIGNEES = ['RAY-316', 'BigCat20196']
21-
_ASSIGNER_DICT = {'RAY-316': os.getenv('ZED_TOKEN'), 'BigCat20196': os.getenv('JF_TOKEN')}
19+
_PYTHON_SDK_ADMINISTRATORS = ['msyyc', 'BigCat20196']
20+
_PYTHON_SDK_ASSIGNEES = ['BigCat20196']
21+
_ASSIGNER_DICT = {'BigCat20196': os.getenv('JF_TOKEN')}
2222
logging.basicConfig(level=logging.INFO,
2323
format='[auto-reply log] - %(funcName)s[line:%(lineno)d] - %(levelname)s: %(message)s')
2424

0 commit comments

Comments
 (0)