ci: Fix missing parentheses in claude review workflow

This commit is contained in:
Daan De Meyer
2026-03-06 15:29:40 +01:00
committed by Zbigniew Jędrzejewski-Szmek
parent a67cb44287
commit c7c0ea91aa

View 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