Skip to content

Commit 55f391b

Browse files
authored
Try user with non-write perms (#43149)
1 parent 8bbdccb commit 55f391b

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/policies/request-review.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,35 @@ 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+
- mentionUsers:
23+
mentionees:
24+
- diberry
25+
replyTemplate: "Mentioning as a test: ${mentionees}"
26+
27+
- description: Request review from gewarren and dotnet/docs for ML files.
28+
if:
29+
- payloadType: Pull_Request
30+
- isAction:
31+
action: Opened
32+
- filesMatchPattern:
33+
pattern: docs/machine-learning/*
34+
matchAny: true
1935
then:
2036
- requestReview:
2137
reviewer: gewarren
38+
teamReviewer: dotnet/docs
39+
- mentionUsers:
40+
mentionees:
41+
- gewarren
42+
replyTemplate: "Mentioning as a test: ${mentionees}"

0 commit comments

Comments
 (0)