Compare commits

...

1 Commits

Author SHA1 Message Date
sayakpaul
c0beb02d77 support claude reviewing on forks. 2026-03-30 10:36:15 +05:30

View File

@@ -35,6 +35,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: refs/pull/${{ github.event.issue.number || github.event.pull_request.number }}/head
- name: Restore review rules from base branch
run: git checkout origin/${{ github.event.repository.default_branch }} -- .ai/review-rules.md CLAUDE.md
- uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}