You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 26846407212 -n agent -D /tmp/agent-26846407212
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-26846407212/aw-merge-main-to-xcode26.5-20260602.bundle refs/heads/merge/main-to-xcode26.5-20260602:refs/bundles/create-pr-merge-main-to-xcode26-5-20260602-32baeda27b63c3ee-612d6356
git update-ref refs/heads/merge/main-to-xcode26.5-20260602-32baeda27b63c3ee refs/bundles/create-pr-merge-main-to-xcode26-5-20260602-32baeda27b63c3ee-612d6356
git checkout merge/main-to-xcode26.5-20260602-32baeda27b63c3ee
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-merge-main-to-xcode26-5-20260602-32baeda27b63c3ee-612d6356
# Push the branch to origin
git push origin merge/main-to-xcode26.5-20260602-32baeda27b63c3ee
# Create the pull request
gh pr create --title '🤖 Merge 'main' => 'xcode26.5'' --base xcode26.5 --head merge/main-to-xcode26.5-20260602-32baeda27b63c3ee --repo dotnet/macios
Caution
Protected files were modified in this change.
This pull request is in
request_reviewmode and requires explicit human scrutiny before merge.Protected files:
.github/aw/actions-lock.json,.github/workflows/ci-postmortem.lock.yml,.github/workflows/code-radiator.lock.yml,.github/workflows/macios-reviewer.lock.ymlAutomated merge of
mainintoxcode26.5.Created by the code-radiator workflow.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
pypi.orgSee Network Configuration for more information.
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: