Skip to content

Commit fcf7e0e

Browse files
authored
add assignee (#22400)
1 parent 6b0495d commit fcf7e0e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

scripts/release_issue_status/main.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
_FILE_OUT = 'release_issue_status.csv'
1818
_FILE_OUT_PYTHON = 'release_python_status.md'
1919
_PYTHON_SDK_ADMINISTRATORS = ['msyyc', 'BigCat20196']
20-
_PYTHON_SDK_ASSIGNEES = ['BigCat20196']
21-
_ASSIGNER_DICT = {'BigCat20196': os.getenv('JF_TOKEN')}
20+
_PYTHON_SDK_ASSIGNEES = ['BigCat20196', 'msyyc']
21+
_ASSIGNER_DICT = {'BigCat20196': os.getenv('JF_TOKEN'),
22+
'msyyc': os.getenv('TOKEN')}
2223
logging.basicConfig(level=logging.INFO,
2324
format='[auto-reply log] - %(funcName)s[line:%(lineno)d] - %(levelname)s: %(message)s')
2425

scripts/release_issue_status/release_issue_status.yml

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
export URL=$(PIPELINE_URL)
4848
export PIPELINE_TOKEN=$(PIPELINE-TOKEN)
4949
export JF_TOKEN=$(Jiefeng-GitToken)
50-
export ZED_TOKEN=$(Zed-GitToken)
51-
export COOKIE=$(USR_TOKEN)
5250
5351
# create virtual env
5452
python -m venv venv-sdk

0 commit comments

Comments
 (0)