Skip to content

Commit

Permalink
[Release issue status] Add azure-sdk to sdk administrators (Azure#2…
Browse files Browse the repository at this point in the history
…2958)

* add assignee

* update function

* fix bug

* delete old code

* fix bug

* fix bug

* fix pipeline id

* fix auto-ask-check bug

* update sdk administrators

* fix utils

Co-authored-by: Yuchao Yan <[email protected]>
  • Loading branch information
BigCat20196 and msyyc authored Feb 8, 2022
1 parent 94dff33 commit 287f928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/release_issue_status/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
_NULL = ' '
_FILE_OUT = 'release_issue_status.csv'
_FILE_OUT_PYTHON = 'release_python_status.md'
_PYTHON_SDK_ADMINISTRATORS = ['msyyc', 'BigCat20196']
_PYTHON_SDK_ADMINISTRATORS = ['msyyc', 'BigCat20196', 'azure-sdk']
_PYTHON_SDK_ASSIGNEES = ['BigCat20196', 'msyyc']
_ASSIGNER_DICT = {'BigCat20196': os.getenv('JF_TOKEN'),
'msyyc': os.getenv('TOKEN')}
Expand Down
2 changes: 1 addition & 1 deletion scripts/release_issue_status/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def run_pipeline(issue_link, pipeline_url, spec_readme):
"value": pipeline_url,
"isSecret": False
},
"SPEC_README":{
"SPEC_README": {
"value": spec_readme,
"isSecret": False
}
Expand Down

0 comments on commit 287f928

Please sign in to comment.