Skip to content

fix: pick best AMD GPU (dGPU > iGPU) in get_rocm_arch() instead of first available #15

fix: pick best AMD GPU (dGPU > iGPU) in get_rocm_arch() instead of first available

fix: pick best AMD GPU (dGPU > iGPU) in get_rocm_arch() instead of first available #15

Workflow file for this run

name: qodo-merge

Check failure on line 1 in .github/workflows/qodo-merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/qodo-merge.yml

Invalid workflow file

(Line: 8, Col: 9): Unexpected symbol: '""'. Located at position 25 within expression: secrets.QODO_API_KEY != ""
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
qodo-merge:
if: ${{ secrets.QODO_API_KEY != "" }}
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: read
steps:
- name: Qodo Merge Review
uses: qodo-ai/qodo-merge@main
env:
QODO_API_KEY: ${{ secrets.QODO_API_KEY }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}