diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 56e472d..fb20ca6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -20,6 +20,6 @@ jobs: (github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude') && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)) || (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)) - uses: smartwatermelon/github-workflows/.github/workflows/claude-assistant.yml@9615f932744f8cb372e4650c73d52559219efdf1 # v3 + uses: smartwatermelon/github-workflows/.github/workflows/claude-assistant.yml@v3.1.2 secrets: claude_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}