Skip to content

Commit b8bacaf

Browse files
qinqingxukairu-ms
andauthored
Add the new owner for the acat extension (#8342)
* Add the new owner for the acat extension * Update resourceManagement.yml --------- Co-authored-by: kai ru <[email protected]>
1 parent 72f3a36 commit b8bacaf

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,3 +323,5 @@
323323
/src/azext_gallery-service-artifact/ @rohitbhoopalam
324324

325325
/src/azext_durabletask/ @RyanLettieri
326+
327+
/src/acat @qinqingxu @Sherylueen @yongxin-ms @wh-alice

.github/policies/resourceManagement.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6784,5 +6784,35 @@ configuration:
67846784
users:
67856785
- ReaNAiveD
67866786
description: '[k8s-runtime] Auto assign labels and reviewers based on PR title/description.'
6787+
- if:
6788+
- payloadType: Issues
6789+
- or:
6790+
- titleContains:
6791+
pattern: '[Aa]z acat'
6792+
isRegex: True
6793+
- bodyContains:
6794+
pattern: '[Aa]z acat'
6795+
isRegex: True
6796+
- titleContains:
6797+
pattern: '\b([Aa]cat)\b'
6798+
isRegex: True
6799+
- bodyContains:
6800+
pattern: '\b([Aa]cat)\b'
6801+
isRegex: True
6802+
- or:
6803+
- isAction:
6804+
action: Opened
6805+
then:
6806+
- addLabel:
6807+
label: Auto-Assign
6808+
- addLabel:
6809+
label: Acat
6810+
- assignTo:
6811+
users:
6812+
- qinqingxu
6813+
- Sherylueen
6814+
- yongxin-ms
6815+
- wh-alice
6816+
description: '[Acat] auto assign labels and users based on issue description.'
67876817
onFailure:
67886818
onSuccess:

0 commit comments

Comments
 (0)