Describe the bug
GitHub release workflow fails at the "Generate PR summary issue" step. The error message indicates that "The model 'codex-mini-latest' does not appear in the list of models available to your account."
To Reproduce
Steps to reproduce:
- Go to repository's "Actions" tab.
- Select "Generate GitHub Release Issue/PR" workflow.
- Run workflow on
master branch.
- The "Generate PR summary issue" step fails.
Expected behavior
The workflow should run successfully and create the GitHub release PR.
Suggested Solutions
Since the current configuration attempts to install a significantly outdated version of codex (0.1.2505172129 vs. the latest 0.110.0), this version mismatch is the likely cause of the issue. I recommend updating codex to the latest version.
Describe the bug
GitHub release workflow fails at the "Generate PR summary issue" step. The error message indicates that "The model 'codex-mini-latest' does not appear in the list of models available to your account."
To Reproduce
Steps to reproduce:
masterbranch.Expected behavior
The workflow should run successfully and create the GitHub release PR.
Suggested Solutions
Since the current configuration attempts to install a significantly outdated version of codex (
0.1.2505172129vs. the latest0.110.0), this version mismatch is the likely cause of the issue. I recommend updating codex to the latest version.