File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 88configuration :
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
You can’t perform that action at this time.
0 commit comments