From 7c104a4e91f0c06b87b953499a8275d71c252585 Mon Sep 17 00:00:00 2001 From: "efp-dev-ops[bot]" <221236902+efp-dev-ops[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:57:08 +0000 Subject: [PATCH 1/2] Update AI review workflow to v1.0.10 --- .github/workflows/ai-review.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 }} From e6723fd452faf15b62a559751f3fb974bb750ce7 Mon Sep 17 00:00:00 2001 From: "efp-dev-ops[bot]" <221236902+efp-dev-ops[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:57:09 +0000 Subject: [PATCH 2/2] Update AI on-demand workflow to v1.0.10 --- .github/workflows/ai-on-demand.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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