Skip to content

Commit 4698621

Browse files
Update AI review workflow to v1.0.11
1 parent c3b32a4 commit 4698621

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/ai-review.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: AI Code Review
2+
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened]
5+
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
issues: write
10+
actions: read
11+
12+
jobs:
13+
ai-review:
14+
uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.11
15+
with:
16+
config-profile: "default"
17+
enable-security-review: true
18+
enable-quality-review: true
19+
enable-documentation-review: true
20+
secrets:
21+
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN }}
22+
APP_ID: ${{ secrets.DEV_OPS_BOT_APP_ID }}
23+
PRIVATE_KEY: ${{ secrets.DEV_OPS_BOT_PRIVATE_KEY }}
24+
ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }}

0 commit comments

Comments
 (0)