Skip to content

Commit cbff564

Browse files
authored
Update request-review.yml (#43184)
1 parent eb3a3b2 commit cbff564

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/policies/request-review.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ where:
88
configuration:
99
resourceManagementConfiguration:
1010
eventResponderTasks:
11-
- description: Request review from diberry (non-write perms) for code analysis files.
11+
- description: (Test policy) Request review for code analysis files.
1212
if:
1313
- payloadType: Pull_Request
1414
- isAction:
@@ -22,17 +22,5 @@ configuration:
2222
- diberry
2323
replyTemplate: "Mentioning as a test: ${mentionees}"
2424
assignMentionees: true
25-
26-
- description: Request review from gewarren and dotnet/docs for ML files.
27-
if:
28-
- payloadType: Pull_Request
29-
- isAction:
30-
action: Opened
31-
- filesMatchPattern:
32-
pattern: docs/machine-learning/*
33-
matchAny: true
34-
then:
35-
- mentionUsers:
36-
mentionees:
37-
- gewarren
38-
replyTemplate: "Mentioning as a test: ${mentionees}"
25+
- requestReview:
26+
reviewer: BillWagner

0 commit comments

Comments
 (0)