We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8caf9 commit 4a4748dCopy full SHA for 4a4748d
1 file changed
.github/workflows/codex-update.yml
@@ -70,6 +70,8 @@ jobs:
70
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
71
codex-version: ${{ env.VERSION }}
72
output-file: pr-body.md
73
+ codex-args: >-
74
+ -c sandbox_workspace_write.writable_roots=["${{ github.workspace }}/.git"]
75
prompt: >
76
Finalize the update using codex-update-compat skill.
77
Commit the changes, the message should mention that types or/and tests after the update were fixed.
0 commit comments