File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,14 +26,15 @@ jobs:
2626 uses : openai/codex-action@v1
2727 with :
2828 openai-api-key : ${{ secrets.OPENAI_API_KEY }}
29+ model : gpt-5.1-codex-max
2930 prompt : |
3031 Issue #${{ github.event.issue.number }}: ${{ github.event.issue.title }}
3132
3233 ${{ github.event.issue.body }}
3334
3435 This repository is a TypeScript SignalR client library.
3536 Please implement code changes to address the above issue.
36- Always include tests for the changes you make .
37+ Keep changes to a minimum and only modify what is necessary .
3738 sandbox : workspace-write
3839 safety-strategy : drop-sudo
3940
4849 body : |
4950 This PR was automatically created by Codex to address issue #${{ github.event.issue.number }}.
5051 base : main
52+ token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
5153
5254 - name : Comment on issue
5355 if : steps.create_pr.outputs.pull-request-number != ''
6062 repo: context.repo.repo,
6163 issue_number: context.payload.issue.number,
6264 body: `✅ PR created: #${{ steps.create_pr.outputs.pull-request-number }}
63-
64- ${{ steps.create_pr.outputs.pull-request-url }}`,
6565 });
6666
6767 - name : Comment on issue (no changes)
You can’t perform that action at this time.
0 commit comments