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 26600461429 -n agent -D /tmp/agent-26600461429
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-26600461429/aw-merge-main-to-xcode26.5-20260528.bundle refs/heads/merge/main-to-xcode26.5-20260528:refs/bundles/create-pr-merge-main-to-xcode26-5-20260528-57c960b5fcef340d-c0ad6dad
git update-ref refs/heads/merge/main-to-xcode26.5-20260528-57c960b5fcef340d refs/bundles/create-pr-merge-main-to-xcode26-5-20260528-57c960b5fcef340d-c0ad6dad
git checkout merge/main-to-xcode26.5-20260528-57c960b5fcef340d
# 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-20260528-57c960b5fcef340d-c0ad6dad
# Push the branch to origin
git push origin merge/main-to-xcode26.5-20260528-57c960b5fcef340d
# Create the pull request
gh pr create --title '🤖 Merge 'main' => 'xcode26.5'' --base xcode26.5 --head merge/main-to-xcode26.5-20260528-57c960b5fcef340d --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/code-radiator.lock.yml,.github/workflows/code-radiator.mdAutomated merge of
mainintoxcode26.5.Created by the code-radiator workflow.
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: