Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…o test
  • Loading branch information
Bogdan Stanga committed Nov 22, 2024
2 parents 6568d21 + b242c75 commit d0f3995
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Presubmit.ai

permissions:
contents: read
pull-requests: write
issues: write

on:
pull_request:
pull_request_review_comment:
types: [created]

jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: presubmit/ai-reviewer@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
LLM_MODEL: "claude-3-5-sonnet-20241022"

0 comments on commit d0f3995

Please sign in to comment.