perf(params): validate ConsensusParams once per change set (CON-312) #1118
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: AI Review | |
| on: | |
| pull_request: | |
| types: [ opened, ready_for_review, synchronize, reopened ] | |
| jobs: | |
| ai-review: | |
| # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.12 | |
| uses: sei-protocol/uci/.github/workflows/ai-review.yml@258d2c3216d54872b33ac07430d23c847fc239ca | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| checks: write | |
| id-token: write | |
| secrets: inherit | |
| with: | |
| # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.12 | |
| uci-ref: 258d2c3216d54872b33ac07430d23c847fc239ca | |
| enable-cursor: false # Disabled for now since there is a dedicated Bugbot flow built into Cursor currently enabled on repo. |