From c7c0ea91aa6761b761909c99f9310bafb92b364d Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 6 Mar 2026 15:29:40 +0100 Subject: [PATCH] ci: Fix missing parentheses in claude review workflow --- .github/workflows/claude-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index e78ffbcfbee..1c2a1363616 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -30,7 +30,7 @@ jobs: contains(fromJSON('["MEMBER","OWNER","COLLABORATOR"]'), github.event.comment.author_association)) || (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude') && - contains(fromJSON('["MEMBER","OWNER","COLLABORATOR"]'), github.event.review.author_association)) + contains(fromJSON('["MEMBER","OWNER","COLLABORATOR"]'), github.event.review.author_association))) permissions: contents: read # Read repository contents