From 79962e6a6b1e111dd8c2786e54b67c5ef7672649 Mon Sep 17 00:00:00 2001 From: "Masih H. Derkani" Date: Tue, 1 Sep 2026 13:27:39 +0100 Subject: [PATCH] Upgrade UCI in AI review worflows to fix allowed bot settings Relates to: https://github.com/sei-protocol/uci/pull/69 Tested in: https://github.com/sei-protocol/sei-chain/pull/4063/changes/a0cbdbc7fb4cc04983ef45f96cb83f93d094b0ac --- .github/workflows/ai-assist.yml | 8 ++++---- .github/workflows/ai-review.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ai-assist.yml b/.github/workflows/ai-assist.yml index 485dd315a0..0322133320 100644 --- a/.github/workflows/ai-assist.yml +++ b/.github/workflows/ai-assist.yml @@ -6,8 +6,8 @@ on: types: [ created ] jobs: assistant: - # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.20 - uses: sei-protocol/uci/.github/workflows/ai-assistant.yml@68010d0ab76554da91c320511fb14a7af1af4245 + # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.21 + uses: sei-protocol/uci/.github/workflows/ai-assistant.yml@93ebad0186c8b71a4036fd0915ffe2ec44283d4b permissions: contents: read pull-requests: write @@ -15,6 +15,6 @@ jobs: id-token: write secrets: inherit with: - # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.20 - uci-ref: 68010d0ab76554da91c320511fb14a7af1af4245 + # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.21 + uci-ref: 93ebad0186c8b71a4036fd0915ffe2ec44283d4b allowed-team: 'sei-protocol/sei-core' diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 5836501d2b..93096e1757 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -9,8 +9,8 @@ on: jobs: ai-review: if: github.event_name != 'issue_comment' || github.event.issue.pull_request != null - # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.20 - uses: sei-protocol/uci/.github/workflows/ai-review.yml@68010d0ab76554da91c320511fb14a7af1af4245 + # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.21 + uses: sei-protocol/uci/.github/workflows/ai-review.yml@93ebad0186c8b71a4036fd0915ffe2ec44283d4b permissions: contents: read pull-requests: write @@ -18,8 +18,8 @@ jobs: id-token: write secrets: inherit with: - # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.20 - uci-ref: 68010d0ab76554da91c320511fb14a7af1af4245 + # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.21 + uci-ref: 93ebad0186c8b71a4036fd0915ffe2ec44283d4b allowed-team: 'sei-protocol/sei-core' allowed-bots: '["seidroid[bot]"]' # To allow AI review on automatically backported PRs. enable-cursor: false # Disabled for now since there is a dedicated Bugbot flow built into Cursor currently enabled on repo.