Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codex-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Run Codex review
id: run_codex
uses: openai/codex-action@v1
uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031 # v1.6
env:
# Use env variables to handle untrusted metadata safely
PR_TITLE: ${{ github.event.pull_request.title }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

steps:
- name: Post Codex review as PR comment
uses: actions/github-script@v8
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
CODEX_FINAL_MESSAGE: |
${{ format('## Codex Review
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Internal
* Move keybinding utilities to a new `key_binding_utils.py`.
* Move interactive utilities to `interactive_utils.py`.
* Modernize orthography of prompt_toolkit filters.
* Pin all GitHub Actions to hashes.


1.67.1 (2026/03/28)
Expand Down
Loading