Skip to content

Fix auto-README workflow: land gpt-5-mini model update on main - #47

Closed
oaustegard with Copilot wants to merge 1 commit into
claude/github-ai-readme-action-beNGAfrom
copilot/fix-comments-in-pr-46
Closed

Fix auto-README workflow: land gpt-5-mini model update on main#47
oaustegard with Copilot wants to merge 1 commit into
claude/github-ai-readme-action-beNGAfrom
copilot/fix-comments-in-pr-46

Conversation

Copilot AI commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

PR #46 updated the model in generate_readme.py from openai/gpt-4o to openai/gpt-5-mini, but merged into claude/github-ai-readme-action-beNGA instead of main. Since auto_readme.yml only triggers on main, the workflow kept using openai/gpt-4o and failing with HTTP 403 no_access.

  • Root cause: merge target mismatch — fix never reached the branch the workflow runs on
  • Fix: brings the model change to main
payload = {
    "model": "openai/gpt-5-mini",  # was openai/gpt-4o on main
    ...
}
Original prompt

See comments on Pull Request: #46


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix comments in pull request 46 Fix auto-README workflow: land gpt-5-mini model update on main Mar 3, 2026
@oaustegard oaustegard closed this Mar 16, 2026
@oaustegard
oaustegard deleted the copilot/fix-comments-in-pr-46 branch March 16, 2026 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants