File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments