Skip to content

qodo-merge tool integration #2

qodo-merge tool integration

qodo-merge tool integration #2

Workflow file for this run

name: Qodo Merge PR Review
on:
pull_request:
types: [opened, synchronize]
jobs:
pr_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Qodo Merge Review
uses: qodo-ai/pr-agent@db5138dc428575c0c2245f2f04b58921b2ecc825
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}