]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Fix missing parentheses in claude review workflow
authorDaan De Meyer <daan@amutable.com>
Fri, 6 Mar 2026 14:29:40 +0000 (15:29 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 6 Mar 2026 14:31:29 +0000 (15:31 +0100)
.github/workflows/claude-review.yml

index e78ffbcfbee8a15d8f156112db1ef8349a739936..1c2a13636167368356ce38a3bda52e674564412e 100644 (file)
@@ -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