Skip to content

Commit 33397dc

Browse files
authored
[python] change owner (Azure#22458)
* change owner * Update CODEOWNERS * Update CODEOWNERS
1 parent 2a8baab commit 33397dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732

733733

734734
# Management Plane
735-
/**/*mgmt*/ @RAY-316 @msyyc
735+
/**/*mgmt*/ @BigCat20196 @msyyc
736736

737737

738738
###########

doc/dev/private_package/python_multiapi_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the target tag should only contain files from one folder:
1616

1717
![](one_folder.png)
1818

19-
If your tag contains files from different folders, you need to define some split tags. For example: `ApplicationInsights` has [Tag: package-2021-11-01](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/applicationinsights/resource-manager#tag-package-2021-11-01), but it contains different folders. If you want to publish the package for the tag, you need to split it to different tags: [[applicationinsights\] python multiapi config by RAY-316 · Pull Request #16799 · Azure/azure-rest-api-specs (github.com)](https://github.com/Azure/azure-rest-api-specs/pull/16799/files)
19+
If your tag contains files from different folders, you need to define some split tags. For example: `ApplicationInsights` has [Tag: package-2021-11-01](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/applicationinsights/resource-manager#tag-package-2021-11-01), but it contains different folders. If you want to publish the package for the tag, you need to split it to different tags: [sample](https://github.com/Azure/azure-rest-api-specs/pull/16799/files)
2020

2121
![](different_folders.png)
2222

scripts/release_helper/python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
import os
44

55
# assignee dict which will be assigned to handle issues
6-
_PYTHON_OWNER = {'RAY-316', 'BigCat20196', 'msyyc'}
6+
_PYTHON_OWNER = {'BigCat20196', 'msyyc'}
77

88
# 'github assignee': 'token'
99
_ASSIGNEE_TOKEN_PYTHON = {
10-
'RAY-316': os.getenv('PYTHON_ZED_TOKEN'),
1110
'BigCat20196': os.getenv('PYTHON_BIGCAT_TOKEN'),
11+
'msyyc': os.getenv('PYTHON_MSYYC_TOKEN'),
1212
}
1313

1414

0 commit comments

Comments
 (0)