Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
25 changes: 23 additions & 2 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,8 @@ configuration:
then:
- mentionUsers:
mentionees:
- alec-baird,costinhagiu
- alec-baird
- costinhagiu
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- if:
Expand Down Expand Up @@ -1984,6 +1985,24 @@ configuration:
- omzevall
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- if:
- or:
- labelAdded:
label: Service Attention
- labelAdded:
label: ImageBuilder
- hasLabel:
label: Service Attention
- hasLabel:
label: ImageBuilder
then:
- mentionUsers:
mentionees:
- adana-popescu
- KalpeshChavan12
- ralucaminea
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- if:
- or:
- labelAdded:
Expand Down Expand Up @@ -2229,7 +2248,9 @@ configuration:
then:
- mentionUsers:
mentionees:
- adana-popescu,KalpeshChavan12,ralucaminea
- adana-popescu
- KalpeshChavan12
- ralucaminea
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- if:
Expand Down
Loading