Skip to content

chore(deps): bump next from 16.2.4 to 16.2.6 in /frontend #359

chore(deps): bump next from 16.2.4 to 16.2.6 in /frontend

chore(deps): bump next from 16.2.4 to 16.2.6 in /frontend #359

name: Codex PR Review
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
codex-review:
name: Codex Review
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout base repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run Codex review
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
CODEX_REVIEW_MODEL: gpt-5.4
CODEX_REVIEW_DIFF_MAX: 120000
run: node .github/scripts/codex-pr-review.mjs