Skip to content

Commit

Permalink
{CI} Update resourceManagement.yml (#7724)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 committed Jun 27, 2024
1 parent 18b3ef9 commit 71b1b9a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5114,6 +5114,8 @@ configuration:
reviewer: jsntcy
- requestReview:
reviewer: bebound
- requestReview:
reviewer: Pan-Qi
- assignTo:
users:
- wangzelin007
Expand Down Expand Up @@ -6365,5 +6367,27 @@ configuration:
- kairu-ms
- AllyW
description: '[PowerBI] Auto assign labels and reviewers based on PR title/description.'
- if:
- payloadType: Pull_Request
- isAction:
action: Opened
- or:
- titleContains:
pattern: 'k8s-runtime'
isRegex: True
- bodyContains:
pattern: 'k8s-runtime'
isRegex: True
then:
- addLabel:
label: Auto-Assign
- requestReview:
reviewer: yonzhan
- requestReview:
reviewer: ReaNAiveD
- assignTo:
users:
- ReaNAiveD
description: '[k8s-runtime] Auto assign labels and reviewers based on PR title/description.'
onFailure:
onSuccess:

0 comments on commit 71b1b9a

Please sign in to comment.