Skip to content

fix: replace unavailable gpt-5.4-mini with gpt-4.1-mini in github-remote-mcp-auth-test#28567

Merged
pelikhan merged 2 commits intomainfrom
copilot/aw-failures-fix-gpt-5-4-mini
Apr 26, 2026
Merged

fix: replace unavailable gpt-5.4-mini with gpt-4.1-mini in github-remote-mcp-auth-test#28567
pelikhan merged 2 commits intomainfrom
copilot/aw-failures-fix-gpt-5-4-mini

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 26, 2026

The github-remote-mcp-auth-test scheduled workflow was consistently failing because gpt-5.4-mini is not accessible via the Copilot /chat/completions endpoint, exhausting all retries before any inference.

Changes

  • .github/workflows/github-remote-mcp-auth-test.md: Replace model: gpt-5.4-minimodel: gpt-4.1-mini
  • .github/workflows/github-remote-mcp-auth-test.lock.yml: Recompiled to reflect the model change

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
  • https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b
    • Triggering command: /usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq [.object.sha, .object.type] | @tsv (http block)
  • https://api.github.com/repos/github/gh-aw
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw --jq .default_branch (http block)

If you need me to access, download, or install something from one of these locations, you can either:

…-test workflow

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/bb8f2517-0598-4088-939c-0116305007a8

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix GitHub Remote MCP Auth Test for gpt-5.4-mini model unavailability fix: replace unavailable gpt-5.4-mini with gpt-4.1-mini in github-remote-mcp-auth-test Apr 26, 2026
Copilot AI requested a review from gh-aw-bot April 26, 2026 10:32
@pelikhan pelikhan marked this pull request as ready for review April 26, 2026 11:44
Copilot AI review requested due to automatic review settings April 26, 2026 11:44
@pelikhan pelikhan merged commit 277f7c3 into main Apr 26, 2026
20 checks passed
@pelikhan pelikhan deleted the copilot/aw-failures-fix-gpt-5-4-mini branch April 26, 2026 11:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the scheduled github-remote-mcp-auth-test workflow failures by switching the Copilot /chat/completions model from an unavailable gpt-5.4-mini to the accessible gpt-4.1-mini.

Changes:

  • Updated the workflow frontmatter to use gpt-4.1-mini.
  • Recompiled the generated lock workflow to reflect the model change across metadata and environment variables.
Show a summary per file
File Description
.github/workflows/github-remote-mcp-auth-test.md Updates the Copilot engine model used by the workflow definition.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerates the compiled workflow so runtime env/metadata consistently use gpt-4.1-mini.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

@github-actions github-actions Bot mentioned this pull request Apr 26, 2026
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.

[aw-failures] GitHub Remote MCP Auth Test: gpt-5.4-mini model unavailable via /chat/completions

4 participants