diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index aa24d8ff..c87760ed 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -11,7 +11,6 @@ permissions: jobs: review: - if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 @@ -19,6 +18,7 @@ jobs: fetch-depth: 0 - uses: anthropics/claude-code-action@v1 + if: ${{ github.actor != 'dependabot[bot]' }} with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: |