1 parent e139599 commit 04d8350Copy full SHA for 04d8350
1 file changed
.github/workflows/codex_pr_review.yml
@@ -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
28
29
30
0 commit comments