Skip to content

Commit 36b90a5

Browse files
authored
Update request-review.yml
1 parent 8bbdccb commit 36b90a5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/policies/request-review.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,27 @@ where:
88
configuration:
99
resourceManagementConfiguration:
1010
eventResponderTasks:
11-
- description: Request review from gewarren for code analysis files.
11+
- description: Request review from diberry (non-write perms) for code analysis files.
1212
if:
1313
- payloadType: Pull_Request
1414
- isAction:
1515
action: Opened
1616
- filesMatchPattern:
1717
pattern: docs/fundamentals/code-analysis/*
1818
matchAny: true
19+
then:
20+
- requestReview:
21+
reviewer: diberry
22+
23+
- description: Request review from gewarren and dotnet/docs for ML files.
24+
if:
25+
- payloadType: Pull_Request
26+
- isAction:
27+
action: Opened
28+
- filesMatchPattern:
29+
pattern: docs/machine-learning/*
30+
matchAny: true
1931
then:
2032
- requestReview:
2133
reviewer: gewarren
34+
teamReviewer: dotnet/docs

0 commit comments

Comments
 (0)