From: Daan De Meyer Date: Fri, 6 Mar 2026 14:29:40 +0000 (+0100) Subject: ci: Fix missing parentheses in claude review workflow X-Git-Tag: v260-rc3~59 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c7c0ea91aa6761b761909c99f9310bafb92b364d;p=thirdparty%2Fsystemd.git ci: Fix missing parentheses in claude review workflow --- 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