Skip to content

Commit d649a7a

Browse files
authored
improve (#323)
1 parent 92b919a commit d649a7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codex-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -48,6 +49,7 @@ jobs:
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 != ''
@@ -60,8 +62,6 @@ jobs:
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)

0 commit comments

Comments
 (0)