From 56d19c6c941a459d59de9361c9d6ac5683a2ca5e Mon Sep 17 00:00:00 2001 From: "efp-dev-ops[bot]" <221236902+efp-dev-ops[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 01:21:19 +0000 Subject: [PATCH 1/2] Update AI review workflow to v1.0.9 --- .github/workflows/ai-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 4eb85eb..97423fe 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -11,7 +11,7 @@ permissions: jobs: ai-review: - uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.8 + uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.9 with: config-profile: "backend" enable-security-review: true From 807549a8a445bac0a6e42058baeaf3af574603fc Mon Sep 17 00:00:00 2001 From: "efp-dev-ops[bot]" <221236902+efp-dev-ops[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 01:21:19 +0000 Subject: [PATCH 2/2] Update AI on-demand workflow to v1.0.9 --- .github/workflows/ai-on-demand.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-on-demand.yml b/.github/workflows/ai-on-demand.yml index 3a6ace9..9a8ccc8 100644 --- a/.github/workflows/ai-on-demand.yml +++ b/.github/workflows/ai-on-demand.yml @@ -17,7 +17,7 @@ permissions: jobs: ai-response: - uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.8 + uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.9 with: config-profile: "backend" bot-mention: "@efp-dev-ops"