Skip to content

Commit 6f414ef

Browse files
Pigbibicodex
andcommitted
ci: add Codex review gate
Co-Authored-By: Codex <noreply@openai.com>
1 parent da26f1b commit 6f414ef

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Codex PR Review
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, synchronize, reopened]
6+
7+
permissions:
8+
contents: read
9+
id-token: write
10+
issues: write
11+
pull-requests: write
12+
13+
concurrency:
14+
group: codex-pr-review-${{ github.event.pull_request.number }}
15+
cancel-in-progress: true
16+
17+
jobs:
18+
review:
19+
uses: QuantStrategyLab/AIAuditBridge/.github/workflows/codex_pr_review.yml@main
20+
with:
21+
caller_concurrency_key: pr-${{ github.event.pull_request.number || github.run_id }}
22+
allow_unconfigured_backend: false
23+
api_fallback_enabled: "false"
24+
direct_api_primary_enabled: "false"
25+
secrets: inherit
26+
permissions:
27+
contents: read
28+
id-token: write
29+
issues: write
30+
pull-requests: write

0 commit comments

Comments
 (0)