Skip to content

Commit

Permalink
Assign AOSM to Xing and Yan (#7526)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairu-ms committed Apr 23, 2024
1 parent a63d5ca commit 6fabe63
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2839,6 +2839,33 @@ configuration:
- addLabel:
label: AKS
description: '[aks] Auto assign labels and reviewers based on PR title/description.'
- if:
- payloadType: Pull_Request
- isAction:
action: Opened
- or:
- titleContains:
pattern: '\b(aosm|Aosm|AOSM)\b'
isRegex: True
- bodyContains:
pattern: az aosm
isRegex: True
then:
- requestReview:
reviewer: zhoxing-ms
- requestReview:
reviewer: yanzhudd
- assignTo:
users:
- zhoxing-ms
- yanzhudd
- addLabel:
label: Auto-Assign
- requestReview:
reviewer: yonzhan
- addLabel:
label: AOSM
description: '[aosm] Auto assign labels and reviewers based on PR title/description.'
- if:
- payloadType: Issues
- or:
Expand Down

0 comments on commit 6fabe63

Please sign in to comment.