Skip to content

Commit 287f928

Browse files
BigCat20196msyyc
andauthored
[Release issue status] Add azure-sdk to sdk administrators (Azure#22958)
* 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 <yuchaoyan@microsoft.com>
1 parent 94dff33 commit 287f928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/release_issue_status/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
_NULL = ' '
1616
_FILE_OUT = 'release_issue_status.csv'
1717
_FILE_OUT_PYTHON = 'release_python_status.md'
18-
_PYTHON_SDK_ADMINISTRATORS = ['msyyc', 'BigCat20196']
18+
_PYTHON_SDK_ADMINISTRATORS = ['msyyc', 'BigCat20196', 'azure-sdk']
1919
_PYTHON_SDK_ASSIGNEES = ['BigCat20196', 'msyyc']
2020
_ASSIGNER_DICT = {'BigCat20196': os.getenv('JF_TOKEN'),
2121
'msyyc': os.getenv('TOKEN')}

scripts/release_issue_status/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def run_pipeline(issue_link, pipeline_url, spec_readme):
171171
"value": pipeline_url,
172172
"isSecret": False
173173
},
174-
"SPEC_README":{
174+
"SPEC_README": {
175175
"value": spec_readme,
176176
"isSecret": False
177177
}

0 commit comments

Comments
 (0)