diff --git a/.github/workflows/ai-assist.yml b/.github/workflows/ai-assist.yml index 60774ad95f..68b813412d 100644 --- a/.github/workflows/ai-assist.yml +++ b/.github/workflows/ai-assist.yml @@ -8,8 +8,8 @@ on: types: [ submitted ] jobs: assistant: - # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.16 - uses: sei-protocol/uci/.github/workflows/ai-assistant.yml@bfe76dc895ec073672fba57805ba976b55276b20 + # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.17 + uses: sei-protocol/uci/.github/workflows/ai-assistant.yml@1d50ef2bd27c695493f254c3037eb6b78f9bb85f permissions: contents: read pull-requests: write @@ -17,6 +17,6 @@ jobs: id-token: write secrets: inherit with: - # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.16 - uci-ref: bfe76dc895ec073672fba57805ba976b55276b20 + # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.17 + uci-ref: 1d50ef2bd27c695493f254c3037eb6b78f9bb85f allowed-team: 'sei-protocol/sei-core' diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index e0435e43a3..b1ed2db6d5 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -2,10 +2,17 @@ name: AI Review on: pull_request: types: [ opened, ready_for_review, synchronize, reopened ] + issue_comment: + types: [ created ] + pull_request_review_comment: + types: [ created ] + pull_request_review: + types: [ submitted ] jobs: ai-review: - # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.16 - uses: sei-protocol/uci/.github/workflows/ai-review.yml@bfe76dc895ec073672fba57805ba976b55276b20 + 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 permissions: contents: read pull-requests: write @@ -13,6 +20,7 @@ jobs: id-token: write secrets: inherit with: - # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.16 - uci-ref: bfe76dc895ec073672fba57805ba976b55276b20 + # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.17 + uci-ref: 1d50ef2bd27c695493f254c3037eb6b78f9bb85f + allowed-team: 'sei-protocol/sei-core' enable-cursor: false # Disabled for now since there is a dedicated Bugbot flow built into Cursor currently enabled on repo.