Skip to content

Update AI Workflow Automation to v1.0.13 #4

Update AI Workflow Automation to v1.0.13

Update AI Workflow Automation to v1.0.13 #4

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.13
with:
config-profile: "default"
enable-security-review: true

Check failure on line 17 in .github/workflows/ai-review.yml

View workflow run for this annotation

GitHub Actions / AI Code Review

Invalid workflow file

The workflow is not valid. .github/workflows/ai-review.yml (Line: 17, Col: 31): Invalid input, enable-security-review is not defined in the referenced workflow. .github/workflows/ai-review.yml (Line: 18, Col: 30): Invalid input, enable-quality-review is not defined in the referenced workflow.
enable-quality-review: true
enable-documentation-review: true
secrets:
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN }}
APP_ID: ${{ secrets.DEV_OPS_BOT_APP_ID }}
PRIVATE_KEY: ${{ secrets.DEV_OPS_BOT_PRIVATE_KEY }}
ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }}