Skip to content

Commit b6443f1

Browse files
Pigbibicodex
andauthored
ci: harden Codex review workflow (#19)
Co-authored-by: Codex <noreply@openai.com>
1 parent 5acc469 commit b6443f1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/codex_pr_review.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Codex PR Review
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, synchronize, reopened]
66

77
permissions:
@@ -19,7 +19,9 @@ jobs:
1919
uses: QuantStrategyLab/AIAuditBridge/.github/workflows/codex_pr_review.yml@main
2020
with:
2121
caller_concurrency_key: pr-${{ github.event.pull_request.number || github.run_id }}
22-
allow_unconfigured_backend: true
22+
allow_unconfigured_backend: false
23+
api_fallback_enabled: "false"
24+
direct_api_primary_enabled: "false"
2325
secrets: inherit
2426
permissions:
2527
contents: read

0 commit comments

Comments
 (0)