Skip to content

Commit

Permalink
Try user with non-write perms (#43149)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Oct 21, 2024
1 parent 8bbdccb commit 55f391b
Showing 1 changed file with 22 additions and 1 deletion.
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}"

0 comments on commit 55f391b

Please sign in to comment.