diff --git a/.github/workflows/ai-on-demand.yml b/.github/workflows/ai-on-demand.yml index 6102c1f..aaa2ab8 100644 --- a/.github/workflows/ai-on-demand.yml +++ b/.github/workflows/ai-on-demand.yml @@ -17,14 +17,14 @@ 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.14 with: - config-profile: "default" + config-profile: "frontend" bot-mention: "@efp-dev-ops" enable-auto-labeling: true enable-escalation: 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 }} + 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 }} \ No newline at end of file diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 9762add..e60d51e 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -7,15 +7,15 @@ 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.14 with: - config-profile: "default" + config-profile: "frontend" 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 }} \ No newline at end of file + 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 }} \ No newline at end of file