Skip to content

Commit 5fd7c19

Browse files
alukachclaude
andauthored
ci: add Claude PR review via org reusable workflow (#111)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent c03d7a4 commit 5fd7c19

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Claude Auto Review
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, ready_for_review, reopened]
6+
# Skip when a PR touches workflow files: the action can't validate/run
7+
# against modified workflows and fails with "401 Unauthorized - Workflow
8+
# validation failed".
9+
paths-ignore:
10+
- '.github/workflows/**'
11+
12+
jobs:
13+
review:
14+
uses: developmentseed/.github/.github/workflows/claude-pr-review.yml@main
15+
permissions:
16+
contents: read
17+
pull-requests: write
18+
id-token: write
19+
# Picks up the org-level CLAUDE_CODE_OAUTH_TOKEN secret; setup and
20+
# optional inputs: https://github.com/developmentseed/.github#claude-pr-review
21+
secrets: inherit

0 commit comments

Comments
 (0)