1 parent 5a3f8d0 commit 1d61d46Copy full SHA for 1d61d46
1 file changed
.github/workflows/ai_pr_review.yml
@@ -515,7 +515,9 @@ jobs:
515
- name: Run Codex
516
id: run_codex
517
if: steps.pr.outputs.is_fork == 'false'
518
- uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1.11 — pinned: v1.12 hangs after turn completes (openai/codex-action#150); re-bump once #151 ships
+ # Pinned to v1.11: v1.12 hangs after the turn completes
519
+ # (openai/codex-action#150); re-bump once #151 ships.
520
+ uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1.11
521
with:
522
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
523
prompt-file: .github/codex/prompts/pr_review_compiled.md
0 commit comments