Skip to content

Commit f79382f

Browse files
authored
update assignee for go sdk (Azure#38866)
1 parent 0311337 commit f79382f

File tree

1 file changed

+2
-2
lines changed
  • scripts/release_helper

1 file changed

+2
-2
lines changed

scripts/release_helper/go.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from typing import Any, List
33

44
# assignee dict which will be assigned to handle issues
5-
_GO_OWNER = {'ArcturusZhang', 'azure-sdk'}
6-
_GO_ASSIGNEE = {'Mitse1n'}
5+
_GO_OWNER = {'ArcturusZhang', 'azure-sdk', 'tadelesh'}
6+
_GO_ASSIGNEE = {'jliusan'}
77

88

99
class IssueProcessGo(IssueProcess):

0 commit comments

Comments
 (0)