Skip to content
Open
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
7 changes: 3 additions & 4 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ permissions:
issues: write

on:
pull_request_target: # Handle forked repository PRs in the base repository context
pull_request:
types: [opened, synchronize]
pull_request_review_comment: # Handle review comments
types: [created]

jobs:
review:
Expand All @@ -32,4 +30,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
LLM_MODEL: "gemini-1.5-flash"
LLM_PROVIDER: openai
LLM_MODEL: gpt-4-turbo
Loading