We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df6b6f commit b78d310Copy full SHA for b78d310
scripts/release_helper/java.py
@@ -2,8 +2,8 @@
2
from typing import Any, List
3
4
# assignee dict which will be assigned to handle issues
5
-_JAVA_OWNER = {'azure-sdk', 'haolingdong-msft'}
6
-_JAVA_ASSIGNEE = {'weidongxu-microsoft', 'XiaofeiCao', 'v-hongli1'}
+_JAVA_OWNER = {'azure-sdk'}
+_JAVA_ASSIGNEE = {'weidongxu-microsoft', 'haolingdong-msft', 'XiaofeiCao', 'v-hongli1'}
7
8
9
class IssueProcessJava(IssueProcess):
0 commit comments