Skip to content
Merged
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
9 changes: 6 additions & 3 deletions .github/workflows/codex_pr_review.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Codex PR Review

on:
pull_request:
pull_request_target:
Comment thread
Pigbibi marked this conversation as resolved.
types: [opened, synchronize, reopened]

permissions:
Expand All @@ -19,10 +19,13 @@ jobs:
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: true
allow_unconfigured_backend: false
api_fallback_enabled: "false"
direct_api_primary_enabled: "false"
secrets: inherit
# The centralized workflow is fail-closed and only needs the service URL.
# Do not expose unrelated repository or organization secrets to it.
secrets:
CODEX_AUDIT_SERVICE_URL: ${{ secrets.CODEX_AUDIT_SERVICE_URL }}
permissions:
contents: read
id-token: write
Expand Down
Loading