Skip to content

Bump sei-protocol/uci/.github/workflows/ai-assistant.yml from 0.0.17 to 0.0.21 - #98

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/sei-protocol/uci/dot-github/workflows/ai-assistant.yml-0.0.21
Open

Bump sei-protocol/uci/.github/workflows/ai-assistant.yml from 0.0.17 to 0.0.21#98
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/sei-protocol/uci/dot-github/workflows/ai-assistant.yml-0.0.21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps sei-protocol/uci/.github/workflows/ai-assistant.yml from 0.0.17 to 0.0.21.

Release notes

Sourced from sei-protocol/uci/.github/workflows/ai-assistant.yml's releases.

v0.0.21

What's Changed

Full Changelog: v0.0.20...v0.0.21

v0.0.20

What's Changed

Full Changelog: v0.0.19...v0.0.20

v0.0.19

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

What's Changed

New Contributors

Full Changelog: v0.0.17...v0.0.18

Commits
  • 93ebad0 Set allowed bot names in claude code action (#69)
  • 68010d0 Add option to allow bots reviewing bot code (#68)
  • a4b7a32 Fix high rate of cancelled AI review jobs (#67)
  • eb65d6d Fix concuccency control on AI review trigger by comment (#64)
  • be86965 Make nit level AI reviews opt-in (#63)
  • d43d59b React with emoji for better UX on explicit review ask (#62)
  • 4f5f5e0 Merge pull request #61 from sei-protocol/enable-uci-ai-review
  • 191da3d Enable AI review and assistance on UCI
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sei-protocol/uci/.github/workflows/ai-assistant.yml](https://github.com/sei-protocol/uci) from 0.0.17 to 0.0.21.
- [Release notes](https://github.com/sei-protocol/uci/releases)
- [Commits](1d50ef2...93ebad0)

---
updated-dependencies:
- dependency-name: sei-protocol/uci/.github/workflows/ai-assistant.yml
  dependency-version: 0.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 7, 2026
@cursor

cursor Bot commented Sep 7, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Only the pinned GitHub Actions reusable workflow ref changes; no application or runtime code is touched.

Overview
Updates .github/workflows/ai-assist.yml so the reusable sei-protocol/uci AI assistant job runs from commit 93ebad0 (release v0.0.21) instead of 1d50ef2 (v0.0.17).

That pulls in upstream UCI fixes and behavior changes for comment-triggered AI assistance—fewer cancelled review runs, better concurrency on review-by-comment, optional nit-level reviews, and stricter allowed bot names for the Claude Code action—without changing this repo’s allowed-team or workflow triggers.

Reviewed by Cursor Bugbot for commit 560b15f. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The automated review did not complete; see the failing AI Review check for details.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 560b15f. Configure here.

assistant:
# See: https://github.com/sei-protocol/uci/releases/tag/v0.0.17
uses: sei-protocol/uci/.github/workflows/ai-assistant.yml@1d50ef2bd27c695493f254c3037eb6b78f9bb85f
uses: sei-protocol/uci/.github/workflows/ai-assistant.yml@93ebad0186c8b71a4036fd0915ffe2ec44283d4b

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workflow pin and prompt ref diverge

Medium Severity

uses now pins ai-assistant.yml at 93ebad0 (v0.0.21), but uci-ref still checks out prompts from 1d50ef2 (v0.0.17). The reusable workflow loads assistant.md from uci-ref, so this run applies new workflow logic to the old prompt set. Callers are documented to keep these refs identical.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 560b15f. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants