From 28ece315d712456cc524771c47c908020f199fc8 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Thu, 8 Feb 2024 18:25:45 -0800 Subject: [PATCH] Fix the automation for merged/closed PRs --- .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 0623701a2b5..ecf803bfc0e 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -217,7 +217,8 @@ configuration: branch: main - and: - isAction: - action: Null + action: Closed + - isMerged - not: titleContains: pattern: '[main] Update dependencies' @@ -406,4 +407,4 @@ configuration: label: Community Contribution description: Label community PRs with `community contribution` label onFailure: -onSuccess: +onSuccess: