Compare commits
No commits in common. "89c6be53454bb9252c7cc532e902a28558f00f43" and "7be0fc97bc25a93db25c037e26e44d3ecf5ea04f" have entirely different histories.
89c6be5345
...
7be0fc97bc
1 changed files with 0 additions and 8 deletions
|
@ -15,13 +15,6 @@ jobs:
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
fetch-tags: true
|
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
|
- name: Set Tea Version
|
||||||
id: tea_version
|
id: tea_version
|
||||||
run: echo "version=0.9.2" >> $GITHUB_OUTPUT # Check for the latest 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
|
run: bun i -g @anthropic-ai/claude-code
|
||||||
|
|
||||||
- name: Claude PR Review
|
- name: Claude PR Review
|
||||||
if: steps.check-renovate.outputs.author != 'Renovate Bot'
|
|
||||||
env:
|
env:
|
||||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
PR_NUMBER: ${{ github.event.number }}
|
PR_NUMBER: ${{ github.event.number }}
|
||||||
|
|
Reference in a new issue