diff --git a/.gitea/workflows/claude.yml b/.gitea/workflows/claude.yml index 0bb0431..7bc0ffd 100644 --- a/.gitea/workflows/claude.yml +++ b/.gitea/workflows/claude.yml @@ -15,13 +15,6 @@ jobs: ref: ${{ github.ref }} fetch-tags: true - - name: Check if last commit is from Renovate Bot - id: check-renovate - run: | - AUTHOR=$(git log -1 --pretty=format:'%an') - echo "Author is $AUTHOR" - echo "author=$AUTHOR" >> "$GITHUB_OUTPUT" - - name: Set Tea Version id: tea_version run: echo "version=0.9.2" >> $GITHUB_OUTPUT # Check for the latest version @@ -58,7 +51,6 @@ jobs: run: bun i -g @anthropic-ai/claude-code - name: Claude PR Review - if: steps.check-renovate.outputs.author != 'Renovate Bot' env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} PR_NUMBER: ${{ github.event.number }}