Skip to content

Commit 89d3d9f

Browse files
authored
[release helper]Update assignee for Go (Azure#22960)
* Update go.py * Update go.py * Update go.py
1 parent fb2e67b commit 89d3d9f

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
@@ -3,10 +3,10 @@
33
import os
44

55
# assignee dict which will be assigned to handle issues
6-
_GO_OWNER = {'ArcturusZhang'}
6+
_GO_OWNER = {'ArcturusZhang', 'Alancere'}
77

88
# 'github assignee': 'token'
9-
_ASSIGNEE_TOKEN_GO = {'ArcturusZhang': os.getenv('AZURESDK_BOT_TOKEN')}
9+
_ASSIGNEE_TOKEN_GO = {'Alancere': os.getenv('AZURESDK_BOT_TOKEN')}
1010

1111

1212
class IssueProcessGo(IssueProcess):

0 commit comments

Comments
 (0)