Skip to content

Commit 52f9e56

Browse files
committed
updates
1 parent c446cbc commit 52f9e56

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/codex-pr-review.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ permissions:
99
issues: write
1010

1111
concurrency:
12-
group: codex-pr-review-${{ github.event.pull_request.number }}
12+
group: codex-pr-review-${{ github.workflow }}-${{ github.ref_name }}
1313
cancel-in-progress: true
1414

1515
jobs:
1616
codex-review:
17-
if: github.event.pull_request.draft == false && secrets.OPENAI_API_KEY != ''
1817
runs-on: ubuntu-latest
1918
steps:
2019
- name: Checkout

docs-src/docs/070-interfaces-and-deployment/050-cli-node-and-bun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Parameter guide for the examples:
4242
- `-f, --format`: output format (for example `csv`, `json`, `markdown`, `sql`).
4343
- `-o, --outputfile`: optional output file path. If omitted, output is written to stdout.
4444
- `-t, --testMode`: generate one row and print diagnostics for troubleshooting.
45-
- `--show-progress`: explicitly control progress logs (`true` or `false`).
45+
- `--show-progress`: explicitly control progress logs (for example `--show-progress true` or `--show-progress false`).
4646
- `--stream`: enable streaming generation when supported (currently `csv` and `jsonl`).
4747
- `--stream-threshold`: auto-enable streaming when `rowCount >= threshold` and `--outputfile` is set (default `5000`).
4848
- `--unsafe-faker-expressions`: opt-in to expression-style faker arguments (unsafe for untrusted input).

0 commit comments

Comments
 (0)