Skip to content

chore(governance): harden review gate and qsl metadata #3

chore(governance): harden review gate and qsl metadata

chore(governance): harden review gate and qsl metadata #3

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 }}
allow_unconfigured_backend: false
api_fallback_enabled: "false"
direct_api_primary_enabled: "false"
secrets: inherit
permissions:
contents: read
id-token: write
issues: write
pull-requests: write