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 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 27017403097 -n agent -D /tmp/agent-27017403097
# Create a new branch
git checkout -b repo-assist/eng-bundle-nuget-updates-2026-06-05-ca5e8c4b6b9bbe89 master
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-27017403097/aw-repo-assist-eng-bundle-nuget-updates-2026-06-05.patch
# Push the branch and create the pull request
git push origin repo-assist/eng-bundle-nuget-updates-2026-06-05-ca5e8c4b6b9bbe89
gh pr create --title '[Repo Assist] chore(deps): bundle NuGet updates β GitVersion 6.7.0, Whisper.net.Runtime 1.9.1' --base master --head repo-assist/eng-bundle-nuget-updates-2026-06-05-ca5e8c4b6b9bbe89 --repo openclaw/openclaw-windows-node
π€ This PR was created by Repo Assist, an automated AI assistant.
Summary
Bundles three open Dependabot PRs into a single reviewable change:
GitVersion.MsBuildgitversion.toolWhisper.net.RuntimeOnce merged, maintainers can close the individual Dependabot PRs (#621, #622, #623).
Changes
src/Directory.Build.props:GitVersion.MsBuild6.4.0 β 6.7.0 (applies to all source projects via Directory.Build.props).config/dotnet-tools.json:gitversion.tool6.4.0 β 6.7.0 (local dotnet tool)src/OpenClaw.Shared/OpenClaw.Shared.csproj:Whisper.net.Runtime1.9.0 β 1.9.1Note:
Whisper.net(the managed wrapper) remains at 1.9.0 β only the runtime native package is bumped here, matching what Dependabot proposed (#623).Test Status
dotnet test OpenClaw.Tray.Testsβ 934 passed, 2 skipped, 0 faileddotnet test OpenClaw.Shared.Testsβ 8 pre-existing failures on master baseline (unrelated, confirmed identical)./build.ps1β not run (Windows PowerShell build script, unavailable in Linux CI)Warning
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