diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e206d61..3cf0867 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -23,6 +23,6 @@ jobs: (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude') && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)) || (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude') && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.review.author_association)) || (github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')) && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.issue.author_association)) - uses: smartwatermelon/github-workflows/.github/workflows/claude-assistant.yml@v2 + uses: smartwatermelon/github-workflows/.github/workflows/claude-assistant.yml@v3 secrets: claude_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}