Skip to content

Commit 1d61d46

Browse files
authored
ci: fix codex-action pin comment format to satisfy workflow contract test (#798)
1 parent 5a3f8d0 commit 1d61d46

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ai_pr_review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,9 @@ jobs:
515515
- name: Run Codex
516516
id: run_codex
517517
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
518+
# 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
519521
with:
520522
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
521523
prompt-file: .github/codex/prompts/pr_review_compiled.md

0 commit comments

Comments
 (0)