Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the new owner for the acat extension #8342

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update resourceManagement.yml
  • Loading branch information
kairu-ms authored Nov 27, 2024
commit e0c5e18f92da142c4c15a3f1bb2cc8d6aaeed208
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:
Loading