Skip to content

[codex] Use central Codex PR review workflow #5

[codex] Use central Codex PR review workflow

[codex] Use central Codex PR review workflow #5

Workflow file for this run

name: Codex PR Review
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
id-token: write
issues: write
pull-requests: write
concurrency:
group: codex-pr-review-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
review:
uses: QuantStrategyLab/AIAuditBridge/.github/workflows/codex_pr_review.yml@main
with:
caller_concurrency_key: pr-${{ github.event.pull_request.number || github.run_id }}

Check failure on line 21 in .github/workflows/codex_pr_review.yml

View workflow run for this annotation

GitHub Actions / Codex PR Review

Invalid workflow file

The workflow is not valid. .github/workflows/codex_pr_review.yml (Line: 21, Col: 31): Invalid input, caller_concurrency_key is not defined in the referenced workflow.
secrets: inherit
permissions:
contents: read
id-token: write
issues: write
pull-requests: write