Skip to content

feat: inbox integration #1087

feat: inbox integration

feat: inbox integration #1087

Workflow file for this run

claude-sonnet-4-5-20250929name: Presubmit.ai

Check failure on line 1 in .github/workflows/presubmit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/presubmit.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'claude-sonnet-4-5-20250929name'
permissions:
contents: read
pull-requests: write
issues: write
on:
pull_request_target:
types: [opened, synchronize]
pull_request_review_comment:
types: [created]
jobs:
review:
runs-on: ubuntu-latest
steps:
- name: Check required secrets
run: |
if [ -z "${{ secrets.LLM_API_KEY }}" ]; then
echo "Error: LLM_API_KEY secret is not configured"
exit 1
fi
- uses: outblock/ai-reviewer@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
LLM_MODEL: "claude-opus-4-5-20251101"