Skip to content

Commit

Permalink
{CI} Update policy rules (#7009)
Browse files Browse the repository at this point in the history
* Update resourceManagement.yml

* Update resourceManagement.yml
  • Loading branch information
wangzelin007 authored Nov 20, 2023
1 parent 39f8b08 commit c1f9592
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@ configuration:
- requestReview:
reviewer: zhoxing-ms
- requestReview:
reviewer: wangzelin007
reviewer: yanzhudd
- requestReview:
reviewer: yonzhan
- assignTo:
Expand Down Expand Up @@ -5905,5 +5905,25 @@ configuration:
users:
- kairu-ms
description: '[Connected Vmware] Auto assign labels and reviewers based on PR title/description.'
- if:
- payloadType: Issues
- or:
- titleContains:
pattern: az datafactory
isRegex: True
- bodyContains:
pattern: az datafactory
isRegex: True
- or:
- isAction:
action: Opened
then:
- addLabel:
label: Auto-Assign
- addLabel:
label: Data Factory
- addLabel:
label: Service Attention
description: '[Data Factory] auto assign labels and users based on issue description.'
onFailure:
onSuccess:

0 comments on commit c1f9592

Please sign in to comment.