Skip to content

Commit 8f3b104

Browse files
committed
ci: codex 0.115.0 changes
1 parent 22dd2af commit 8f3b104

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/pr-labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ jobs:
130130
prompt-file: .github/codex/prompts/pr-labels.md
131131
output-file: ${{ steps.codex-output.outputs.output_file }}
132132
output-schema-file: .github/codex/schemas/pr-labels.json
133+
# Keep the legacy Linux sandbox path until the default bubblewrap path
134+
# works reliably on GitHub-hosted Ubuntu runners.
135+
codex-args: '["--enable","use_legacy_landlock"]'
133136
safety-strategy: drop-sudo
134137
sandbox: read-only
135138
- name: Apply labels

.github/workflows/release-pr-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }}
8080
prompt-file: .github/codex/prompts/release-review.md
8181
output-file: ${{ steps.codex-output.outputs.output_file }}
82+
# Keep the legacy Linux sandbox path until the default bubblewrap path
83+
# works reliably on GitHub-hosted Ubuntu runners.
84+
codex-args: '["--enable","use_legacy_landlock"]'
8285
safety-strategy: drop-sudo
8386
sandbox: read-only
8487
- name: Update PR body and push

.github/workflows/release-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106
openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }}
107107
prompt-file: .github/codex/prompts/release-review.md
108108
output-file: ${{ steps.codex-output.outputs.output_file }}
109+
# Keep the legacy Linux sandbox path until the default bubblewrap path
110+
# works reliably on GitHub-hosted Ubuntu runners.
111+
codex-args: '["--enable","use_legacy_landlock"]'
109112
safety-strategy: drop-sudo
110113
sandbox: read-only
111114
- name: Build PR body

0 commit comments

Comments
 (0)