Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# causing the review to fail. security-fix.yml dispatches the review manually
# for bot-opened PRs instead.
if: github.event_name != 'pull_request' || github.actor != 'jitsu-code-review[bot]'
uses: jitsucom/github-workflows/.github/workflows/ai-review.yml@1.10.20260420
uses: jitsucom/github-workflows/.github/workflows/ai-review.yml@1.25.20260522
secrets:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
AI_CODE_REVIEW_APP_ID: ${{ secrets.AI_CODE_REVIEW_APP_ID }}
Expand Down
Loading