Copilot Code Review Action marked as completed, but review fails with Model "gpt-5.2" is not available #192077
Replies: 3 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Seeing the same kind of reports pop up today. The error For context: GitHub deprecated GPT-5.1-Codex and its variants on April 3rd, and they've been rolling out GPT-5.3 and GPT-5.4 over the past couple months. It's possible the Code Review action's internal model reference got caught in this transition, where the action is requesting "gpt-5.2" but the backend has already moved on. The tricky part is that this is server-side, so there's nothing you can configure on your end to fix it. The action workflow YAML doesn't expose a model picker for code review. I'd keep an eye on githubstatus.com and the GitHub changelog (github.blog/changelog) for any updates. If it persists past today, it's probably worth filing a support ticket so the Copilot team can confirm whether it's a known issue on their end. Are you on Copilot Business or Enterprise? Wondering if this is hitting all tiers or just specific ones. |
Beta Was this translation helpful? Give feedback.
-
|
We use Copilot Business. I found a pattern that seems to avoid the issue. It only occurs when Auto Review is triggered by a user who does not have a Copilot license. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot SDK
Body
Copilot Code Review Action has started failing since today.
The Action itself is marked as completed, but in reality the review does not run successfully and ends with this error:
Execution failed: Error: Model "gpt-5.2" is not available.
So although the workflow appears to complete, the actual code review is not performed.
Did this start happening to anyone else today?
Beta Was this translation helpful? Give feedback.
All reactions