From 43c4fbccf8237de0f00a3d0f928437cc4bf63221 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:12:09 -0700 Subject: [PATCH] Update request-review.yml --- .github/policies/request-review.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/policies/request-review.yml b/.github/policies/request-review.yml index 746a081e6c9e4..4077bab9e4587 100644 --- a/.github/policies/request-review.yml +++ b/.github/policies/request-review.yml @@ -8,7 +8,7 @@ where: configuration: resourceManagementConfiguration: eventResponderTasks: - - description: Request review from diberry (non-write perms) for code analysis files. + - description: (Test policy) Request review for code analysis files. if: - payloadType: Pull_Request - isAction: @@ -22,17 +22,5 @@ configuration: - diberry replyTemplate: "Mentioning as a test: ${mentionees}" assignMentionees: true - - - 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: - - mentionUsers: - mentionees: - - gewarren - replyTemplate: "Mentioning as a test: ${mentionees}" + - requestReview: + reviewer: BillWagner