Skip to content

Commit

Permalink
Update js.py (#29717)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Apr 4, 2023
1 parent 9ea7a05 commit f368f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release_helper/js.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from typing import Any, List

# assignee dict which will be assigned to handle issues
_JS_OWNER = {'lirenhe', 'kazrael2119', 'azure-sdk', 'qiaozha'}
_JS_ASSIGNEE = {'MaryGao'}
_JS_OWNER = {'lirenhe', 'kazrael2119', 'azure-sdk'}
_JS_ASSIGNEE = {'qiaozha', 'MaryGao'}


class IssueProcessJs(IssueProcess):
Expand Down

0 comments on commit f368f19

Please sign in to comment.