From 52871ea7c302b00a4cb48420c72c4a3de31d496d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Tue, 25 Nov 2025 14:29:04 -0800 Subject: [PATCH] Update resource management configuration Moving the condition to the correct node --- .github/policies/resourceManagement.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index fd2fe656c91..29be1cf219e 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -152,14 +152,14 @@ configuration: description: Cleanse emails - if: - payloadType: Pull_Request + - isAction: + action: Opened then: - assignTo: author: True description: Assign PRs to authors - if: - payloadType: Issue_Comment - - isAction: - action: Opened - isActivitySender: issueAuthor: True - hasLabel: @@ -225,3 +225,4 @@ configuration: onFailure: onSuccess: +