Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion .github/policies/request-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,35 @@ where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: Request review from gewarren for code analysis files.
- description: Request review from diberry (non-write perms) for code analysis files.
if:
- payloadType: Pull_Request
- isAction:
action: Opened
- filesMatchPattern:
pattern: docs/fundamentals/code-analysis/*
matchAny: true
then:
- requestReview:
reviewer: diberry
- mentionUsers:
mentionees:
- diberry
replyTemplate: "Mentioning as a test: ${mentionees}"

- description: Request review from gewarren and dotnet/docs for ML files.
if:
- payloadType: Pull_Request
- isAction:
action: Opened
- filesMatchPattern:
pattern: docs/machine-learning/*
matchAny: true
then:
- requestReview:
reviewer: gewarren
teamReviewer: dotnet/docs
- mentionUsers:
mentionees:
- gewarren
replyTemplate: "Mentioning as a test: ${mentionees}"
Loading