Skip to content

Commit 657c142

Browse files
Pigbibiclaude
andcommitted
refactor: simplify gate — job exit code is the check, no API check runs
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e59953a commit 657c142

2 files changed

Lines changed: 145 additions & 332 deletions

File tree

.github/workflows/codex_review_gate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919
types: [submitted]
2020

2121
permissions:
22-
checks: write
2322
contents: read
2423
pull-requests: read
2524

@@ -40,7 +39,7 @@ jobs:
4039
env:
4140
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
4241
CODEX_GATE_POLL_SECONDS: ${{ vars.CODEX_GATE_POLL_SECONDS || '30' }}
43-
CODEX_GATE_MAX_WAIT_MINUTES: ${{ vars.CODEX_GATE_MAX_WAIT_MINUTES || '10' }}
42+
CODEX_GATE_MAX_WAIT_MINUTES: ${{ vars.CODEX_GATE_MAX_WAIT_MINUTES || '5' }}
4443

4544
steps:
4645
- name: Checkout

0 commit comments

Comments
 (0)