Skip to content

Commit

Permalink
Add the new owner for the acat extension (#8342)
Browse files Browse the repository at this point in the history
* Add the new owner for the acat extension

* Update resourceManagement.yml

---------

Co-authored-by: kai ru <[email protected]>
  • Loading branch information
qinqingxu and kairu-ms authored Nov 29, 2024
1 parent 72f3a36 commit b8bacaf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -323,3 +323,5 @@
/src/azext_gallery-service-artifact/ @rohitbhoopalam

/src/azext_durabletask/ @RyanLettieri

/src/acat @qinqingxu @Sherylueen @yongxin-ms @wh-alice
30 changes: 30 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6784,5 +6784,35 @@ configuration:
users:
- ReaNAiveD
description: '[k8s-runtime] Auto assign labels and reviewers based on PR title/description.'
- if:
- payloadType: Issues
- or:
- titleContains:
pattern: '[Aa]z acat'
isRegex: True
- bodyContains:
pattern: '[Aa]z acat'
isRegex: True
- titleContains:
pattern: '\b([Aa]cat)\b'
isRegex: True
- bodyContains:
pattern: '\b([Aa]cat)\b'
isRegex: True
- or:
- isAction:
action: Opened
then:
- addLabel:
label: Auto-Assign
- addLabel:
label: Acat
- assignTo:
users:
- qinqingxu
- Sherylueen
- yongxin-ms
- wh-alice
description: '[Acat] auto assign labels and users based on issue description.'
onFailure:
onSuccess:

0 comments on commit b8bacaf

Please sign in to comment.