diff --git a/.github/workflows/ai-on-demand.yml b/.github/workflows/ai-on-demand.yml index 6102c1f..c3122e3 100644 --- a/.github/workflows/ai-on-demand.yml +++ b/.github/workflows/ai-on-demand.yml @@ -17,9 +17,9 @@ permissions: jobs: ai-response: - uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.9 + uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.10 with: - config-profile: "default" + config-profile: "frontend" bot-mention: "@efp-dev-ops" enable-auto-labeling: true enable-escalation: true @@ -27,4 +27,4 @@ jobs: 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 }} + ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }} \ No newline at end of file diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 9762add..4b14e29 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -7,13 +7,16 @@ permissions: contents: read pull-requests: write issues: write - actions: read + actions: read jobs: ai-review: - uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.9 + uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.10 with: - config-profile: "default" + config-profile: "frontend" + enable-security-review: true + 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 }}