Skip to content

Merge pull request #166 from cbwinslow/cbwinslow-patch-1 #251

Merge pull request #166 from cbwinslow/cbwinslow-patch-1

Merge pull request #166 from cbwinslow/cbwinslow-patch-1 #251

Workflow file for this run

name: Codex Review
on:
pull_request_target:
jobs:
codex-review:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Check failure on line 10 in .github/workflows/codex-review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codex-review.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
with: {ref: ${{ github.event.pull_request.head.sha }}}
- name: Run Codex Review
env:
OPENAI_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
run: |
pip install openai rich
python scripts/run_codex_review.py --pr ${{ github.event.pull_request.number }}