Bump sei-protocol/uci/.github/workflows/ai-review.yml from 0.0.17 to 0.0.20 - #66
Conversation
PR SummaryLow Risk Overview That pulls in upstream CI fixes and behavior changes for automated PR reviews—fewer cancelled review jobs, better concurrency when reviews are triggered from comments, optional bot-on-bot review, and related v0.0.18–v0.0.19 improvements from the UCI release notes. No application or runtime code in this repo is modified; only the GitHub Actions wiring changes. Reviewed by Cursor Bugbot for commit 5313a94. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0aad853. Configure here.
| if: github.event_name != 'issue_comment' || github.event.issue.pull_request != null | ||
| # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.17 | ||
| uses: sei-protocol/uci/.github/workflows/ai-review.yml@1d50ef2bd27c695493f254c3037eb6b78f9bb85f | ||
| uses: sei-protocol/uci/.github/workflows/ai-review.yml@eb65d6d3f967c661f6af91cfac599fd355445f71 |
There was a problem hiding this comment.
Mismatched workflow and prompt pins
Medium Severity
uses was bumped to the v0.0.19 SHA, but uci-ref still points at the v0.0.17 SHA. The reusable workflow checks out prompt files from uci-ref, and the docs require that pin to match uses. Reviews will run new workflow logic against outdated prompts (including post-v0.0.17 nitpick/UX prompt changes).
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 0aad853. Configure here.
|
@dependabot rebase |
0aad853 to
5e367fb
Compare
|
@dependabot rebase |
Bumps [sei-protocol/uci/.github/workflows/ai-review.yml](https://github.com/sei-protocol/uci) from 0.0.17 to 0.0.20. - [Release notes](https://github.com/sei-protocol/uci/releases) - [Commits](1d50ef2...68010d0) --- updated-dependencies: - dependency-name: sei-protocol/uci/.github/workflows/ai-review.yml dependency-version: 0.0.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
5e367fb to
5313a94
Compare


Bumps sei-protocol/uci/.github/workflows/ai-review.yml from 0.0.17 to 0.0.20.
Release notes
Sourced from sei-protocol/uci/.github/workflows/ai-review.yml's releases.
Commits
68010d0Add option to allow bots reviewing bot code (#68)a4b7a32Fix high rate of cancelled AI review jobs (#67)eb65d6dFix concuccency control on AI review trigger by comment (#64)be86965Make nit level AI reviews opt-in (#63)d43d59bReact with emoji for better UX on explicit review ask (#62)4f5f5e0Merge pull request #61 from sei-protocol/enable-uci-ai-review191da3dEnable AI review and assistance on UCI