File tree 2 files changed +3
-4
lines changed
scripts/release_issue_status
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
_FILE_OUT = 'release_issue_status.csv'
18
18
_FILE_OUT_PYTHON = 'release_python_status.md'
19
19
_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' )}
22
23
logging .basicConfig (level = logging .INFO ,
23
24
format = '[auto-reply log] - %(funcName)s[line:%(lineno)d] - %(levelname)s: %(message)s' )
24
25
Original file line number Diff line number Diff line change 47
47
export URL=$(PIPELINE_URL)
48
48
export PIPELINE_TOKEN=$(PIPELINE-TOKEN)
49
49
export JF_TOKEN=$(Jiefeng-GitToken)
50
- export ZED_TOKEN=$(Zed-GitToken)
51
- export COOKIE=$(USR_TOKEN)
52
50
53
51
# create virtual env
54
52
python -m venv venv-sdk
You can’t perform that action at this time.
0 commit comments