Skip to content

Commit cc3e9b7

Browse files
newline at end
1 parent f672ef3 commit cc3e9b7

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,5 @@ jobs:
147147
with:
148148
name: claude-review-${{ github.run_id }}
149149
path: claude_review.md
150-
retention-days: 30
150+
retention-days: 30
151+

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ jobs:
8282
echo "WARNING: $file appears to use Claude but doesn't require ANTHROPIC_API_KEY secret"
8383
fi
8484
fi
85-
done
85+
done
86+

examples/consumer-repo-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: PR Code Review with Claude
66
on:
77
pull_request:
88
types: [opened, synchronize, reopened]
9-
branches: [ main, develop ]
9+
branches: [main, develop]
1010

1111
jobs:
1212
claude-review:
@@ -23,4 +23,4 @@ jobs:
2323
max_files: 15
2424
secrets:
2525
# Pass the repository's own Anthropic API key
26-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
26+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)