mirror of
https://github.com/systemd/systemd.git
synced 2026-08-13 17:08:14 +00:00
ci: Fix missing parentheses in claude review workflow
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
a67cb44287
commit
c7c0ea91aa
2
.github/workflows/claude-review.yml
vendored
2
.github/workflows/claude-review.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user