Skip to content

Commit

Permalink
add assignee (Azure#22400)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored and rakshith91 committed Apr 10, 2022
1 parent 3e78bb7 commit 41360db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions scripts/release_issue_status/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
_FILE_OUT = 'release_issue_status.csv'
_FILE_OUT_PYTHON = 'release_python_status.md'
_PYTHON_SDK_ADMINISTRATORS = ['msyyc', 'BigCat20196']
_PYTHON_SDK_ASSIGNEES = ['BigCat20196']
_ASSIGNER_DICT = {'BigCat20196': os.getenv('JF_TOKEN')}
_PYTHON_SDK_ASSIGNEES = ['BigCat20196', 'msyyc']
_ASSIGNER_DICT = {'BigCat20196': os.getenv('JF_TOKEN'),
'msyyc': os.getenv('TOKEN')}
logging.basicConfig(level=logging.INFO,
format='[auto-reply log] - %(funcName)s[line:%(lineno)d] - %(levelname)s: %(message)s')

Expand Down
2 changes: 0 additions & 2 deletions scripts/release_issue_status/release_issue_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
export URL=$(PIPELINE_URL)
export PIPELINE_TOKEN=$(PIPELINE-TOKEN)
export JF_TOKEN=$(Jiefeng-GitToken)
export ZED_TOKEN=$(Zed-GitToken)
export COOKIE=$(USR_TOKEN)
# create virtual env
python -m venv venv-sdk
Expand Down

0 comments on commit 41360db

Please sign in to comment.