File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 8
8
configuration :
9
9
resourceManagementConfiguration :
10
10
eventResponderTasks :
11
- - description : Request review from gewarren for code analysis files.
11
+ - description : Request review from diberry (non-write perms) for code analysis files.
12
12
if :
13
13
- payloadType : Pull_Request
14
14
- isAction :
15
15
action : Opened
16
16
- filesMatchPattern :
17
17
pattern : docs/fundamentals/code-analysis/*
18
18
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
19
35
then :
20
36
- requestReview :
21
37
reviewer : gewarren
38
+ teamReviewer : dotnet/docs
39
+ - mentionUsers :
40
+ mentionees :
41
+ - gewarren
42
+ replyTemplate : " Mentioning as a test: ${mentionees}"
You can’t perform that action at this time.
0 commit comments