From 352dbd2ff3386dbe1c593542a5f3ce7eaa0f74c9 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:13:47 -0800 Subject: [PATCH 1/3] Mention MEAI owners --- .github/policies/mention-owners.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/policies/mention-owners.yml b/.github/policies/mention-owners.yml index 26cbeaab3af..d641dcde453 100644 --- a/.github/policies/mention-owners.yml +++ b/.github/policies/mention-owners.yml @@ -406,6 +406,16 @@ configuration: replyTemplate: >- Tagging subscribers to this area: ${mentionees} assignMentionees: False + - if: + - labelAdded: + label: area-Extensions-AI + then: + - mentionUsers: + mentionees: + - shyamnamboodiripad + replyTemplate: >- + Tagging subscribers to this area: ${mentionees} + assignMentionees: False - if: - labelAdded: label: area-Extensions-Caching From 1ec090c8dc4ce7ed200733adb56fb7368778a8c3 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:27:11 -0800 Subject: [PATCH 2/3] Add dotnet-extensions-ai to mentionees list --- .github/policies/mention-owners.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/policies/mention-owners.yml b/.github/policies/mention-owners.yml index d641dcde453..48314d7fcfb 100644 --- a/.github/policies/mention-owners.yml +++ b/.github/policies/mention-owners.yml @@ -412,6 +412,7 @@ configuration: then: - mentionUsers: mentionees: + - dotnet/dotnet-extensions-ai - shyamnamboodiripad replyTemplate: >- Tagging subscribers to this area: ${mentionees} From 7dda9421c7c609ad171f43598848ef25ebe6c2f2 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:05:55 -0800 Subject: [PATCH 3/3] Add separate Evaluation area --- .github/policies/mention-owners.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/policies/mention-owners.yml b/.github/policies/mention-owners.yml index 48314d7fcfb..5fc6ac9c484 100644 --- a/.github/policies/mention-owners.yml +++ b/.github/policies/mention-owners.yml @@ -413,7 +413,16 @@ configuration: - mentionUsers: mentionees: - dotnet/dotnet-extensions-ai - - shyamnamboodiripad + replyTemplate: >- + Tagging subscribers to this area: ${mentionees} + assignMentionees: False + - if: + - labelAdded: + label: area-Extensions-AI-Evaluation + then: + - mentionUsers: + mentionees: + - dotnet/dotnet-extensions-ai-evaluation replyTemplate: >- Tagging subscribers to this area: ${mentionees} assignMentionees: False