From 32c2db3f3a77592ba60e054231998f465a9f5a7b Mon Sep 17 00:00:00 2001 From: Dragos Daniel Boia <19934057+DragosDanielBoia@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:17:38 -0800 Subject: [PATCH 1/3] Test manageAssignees.yml configuration(disregard this) --- .github/policies/manageAssignees.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/policies/manageAssignees.yml b/.github/policies/manageAssignees.yml index 982d0e244..43ae28a61 100644 --- a/.github/policies/manageAssignees.yml +++ b/.github/policies/manageAssignees.yml @@ -8,7 +8,7 @@ where: configuration: resourceManagementConfiguration: eventResponderTasks: - - description: When certain labels are added to an issue, mention the appropriate team members to assist. + - description: When certain labels are added to an issue, mention the appropriate team members to assist. if: - or: - payloadType: Issues @@ -528,3 +528,4 @@ configuration: assignMentionees: True onFailure: onSuccess: + From a1afa234f96f8580364aa2305d22889b6b3343b0 Mon Sep 17 00:00:00 2001 From: Dragos Daniel Boia <19934057+DragosDanielBoia@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:27:16 -0800 Subject: [PATCH 2/3] Update manageAssignees.yml --- .github/policies/manageAssignees.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/policies/manageAssignees.yml b/.github/policies/manageAssignees.yml index 43ae28a61..0844f3e7a 100644 --- a/.github/policies/manageAssignees.yml +++ b/.github/policies/manageAssignees.yml @@ -10,10 +10,10 @@ configuration: eventResponderTasks: - description: When certain labels are added to an issue, mention the appropriate team members to assist. if: - - or: - - payloadType: Issues - - isAction: - action: Labeled + - or: + - payloadType: Issues + - isAction: + action: Labeled then: # Container Insights - if: @@ -529,3 +529,4 @@ configuration: onFailure: onSuccess: + From fe90bd21a802bf0377b2951aacce3fff45247691 Mon Sep 17 00:00:00 2001 From: Dragos Daniel Boia <19934057+DragosDanielBoia@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:30:54 -0800 Subject: [PATCH 3/3] Update manageAssignees.yml --- .github/policies/manageAssignees.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/policies/manageAssignees.yml b/.github/policies/manageAssignees.yml index 0844f3e7a..e3735c9d3 100644 --- a/.github/policies/manageAssignees.yml +++ b/.github/policies/manageAssignees.yml @@ -10,10 +10,7 @@ configuration: eventResponderTasks: - description: When certain labels are added to an issue, mention the appropriate team members to assist. if: - - or: - - payloadType: Issues - - isAction: - action: Labeled + - payloadType: Issues then: # Container Insights - if: @@ -530,3 +527,4 @@ onFailure: onSuccess: +