Skip to content

Commit dd7529c

Browse files
authored
update issue assignee (Azure#38469)
1 parent e832f29 commit dd7529c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release_helper/java.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-
_JAVA_OWNER = {'azure-sdk'}
6-
_JAVA_ASSIGNEE = {'weidongxu-microsoft', 'haolingdong-msft', 'XiaofeiCao', 'v-hongli1'}
5+
_JAVA_OWNER = {'azure-sdk', 'haolingdong-msft'}
6+
_JAVA_ASSIGNEE = {'weidongxu-microsoft', 'XiaofeiCao', 'v-hongli1'}
77

88

99
class IssueProcessJava(IssueProcess):

0 commit comments

Comments
 (0)