Skip to content

feat: add ROTI feedback application #3

feat: add ROTI feedback application

feat: add ROTI feedback application #3

Workflow file for this run

name: OpenCode Review
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
review:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
pull-requests: read
issues: read
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: anomalyco/opencode/github@latest
env:
OPENROUTER_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
with:
model: openrouter/mistralai/devstral-2512:free
prompt: |
Review this pull request:
- Check for code quality issues
- Look for potential bugs
- Suggest improvements
Do NOT make any commits or modify files. Only post review comments.