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
🤖 This is an automated pull request from Repo Assist.
Summary
Bundles three NuGet/tool updates into a single PR:
Package
From
To
File
GitVersion.MsBuild
6.4.0
6.7.0
src/Directory.Build.props
gitversion.tool
6.4.0
6.7.0
.config/dotnet-tools.json
Microsoft.NET.Test.Sdk
18.4.0
18.6.0
tests/Directory.Build.props
Supersedes Dependabot PRs #621 and #622 (GitVersion), and the Test.Sdk bump in PR #578 (which has a merge conflict — can be closed after this merges).
All are minor/patch bumps with no API-breaking changes expected.
Test Status
⚠️dotnet test OpenClaw.Shared.Tests — 2037 passed, 29 skipped, 8 pre-existing infrastructure failures (MCP policy path tests — unrelated to this change, same failures on master)
The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.
Create the pull request manually
# Download the patch from the workflow run
gh run download 26954721300 -n agent -D /tmp/agent-26954721300
# Create a new branch
git checkout -b repo-assist/eng-bundle-nuget-updates-2026-06-04-392851d929eecc19 master
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-26954721300/aw-repo-assist-eng-bundle-nuget-updates-2026-06-04.patch
# Push the branch and create the pull request
git push origin repo-assist/eng-bundle-nuget-updates-2026-06-04-392851d929eecc19
gh pr create --title '[Repo Assist] chore(deps): bundle NuGet updates – GitVersion 6.4.0→6.7.0, Test.Sdk 18.4.0→18.6.0' --base master --head repo-assist/eng-bundle-nuget-updates-2026-06-04-392851d929eecc19 --repo openclaw/openclaw-windows-node
🤖 This is an automated pull request from Repo Assist.
Summary
Bundles three NuGet/tool updates into a single PR:
GitVersion.MsBuildsrc/Directory.Build.propsgitversion.tool.config/dotnet-tools.jsonMicrosoft.NET.Test.Sdktests/Directory.Build.propsSupersedes Dependabot PRs #621 and #622 (GitVersion), and the Test.Sdk bump in PR #578 (which has a merge conflict — can be closed after this merges).
All are minor/patch bumps with no API-breaking changes expected.
Test Status
dotnet test OpenClaw.Shared.Tests— 2037 passed, 29 skipped, 8 pre-existing infrastructure failures (MCP policy path tests — unrelated to this change, same failures on master)dotnet test OpenClaw.Tray.Tests— 932 passed, 2 skipped, 0 failuresWarning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
The push was rejected because GitHub Actions does not have
workflowspermission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.Create the pull request manually