diff --git a/.github/policies/pulls-03-feedback.yml b/.github/policies/pulls-03-feedback.yml index 3fb2c3806..5a2aee721 100644 --- a/.github/policies/pulls-03-feedback.yml +++ b/.github/policies/pulls-03-feedback.yml @@ -32,6 +32,17 @@ configuration: reviewState: Commented - isActivitySender: issueAuthor: False + - and: + - payloadType: Issue_Comment + - isAction: + action: Created + - not: + commentContains: + pattern: '#needs-review' + - isActivitySender: + issueAuthor: False + - isPullRequest + - isOpen - not: targetsBranch: branch: main