Skip to content

Update AI Workflow Automation to v1.0.14 #5

Update AI Workflow Automation to v1.0.14

Update AI Workflow Automation to v1.0.14 #5

Workflow file for this run

name: AI Code Review
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
issues: write
actions: read
jobs:
ai-review:
uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.14
with:
config-profile: "default"
secrets:
DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN }}
DEV_OPS_BOT_APP_ID: ${{ secrets.DEV_OPS_BOT_APP_ID }}
DEV_OPS_BOT_PRIVATE_KEY: ${{ secrets.DEV_OPS_BOT_PRIVATE_KEY }}
DEV_OPS_BOT_ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }}