From 2c56094c144a476eddb3a1c06ec70370bdab5e35 Mon Sep 17 00:00:00 2001 From: PureWeen <223556219+Copilot@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:09:53 -0500 Subject: [PATCH] Fix bot-opened merge policy matching Remove the redundant issue-author predicate that does not match App-authored pull request events. The Opened action and github-actions bot sender already bind the rule to the bot-created PR event. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1b2b2dd6-bf5f-4179-8a8f-c4c85b9bce26 --- .github/policies/resourceManagement.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index eaf032e54a39..bbe126f9bcab 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -724,8 +724,6 @@ configuration: - isActivitySender: user: github-actions[bot] issueAuthor: False - - isActivitySender: - issueAuthor: True - isAction: action: Opened - or: