From e1d91de4d4a0c1ed06a2e81ee5e88101da26e4f4 Mon Sep 17 00:00:00 2001 From: Michael Flanakin Date: Fri, 3 Apr 2026 04:40:27 -0700 Subject: [PATCH] Add missing comment triggers to Needs: Attention policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Issue_Comment payload type and remove issueAuthor filter so that ALL comments on a PR — inline review comments, formal reviews, and conversation comments from any user — trigger the Needs: Attention label. Co-Authored-By: Claude Opus 4.6 --- .github/policies/pulls-03-feedback.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/policies/pulls-03-feedback.yml b/.github/policies/pulls-03-feedback.yml index 3fb2c3806..bf6d08eb3 100644 --- a/.github/policies/pulls-03-feedback.yml +++ b/.github/policies/pulls-03-feedback.yml @@ -20,8 +20,6 @@ configuration: - payloadType: Pull_Request_Review_Comment - isAction: action: Created - - isActivitySender: - issueAuthor: False - and: - payloadType: Pull_Request_Review - isReviewState: @@ -30,8 +28,10 @@ configuration: - payloadType: Pull_Request_Review - isReviewState: reviewState: Commented - - isActivitySender: - issueAuthor: False + - and: + - payloadType: Issue_Comment + - isAction: + action: Created - not: targetsBranch: branch: main