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 30800324111 -n agent -D /tmp/agent-30800324111
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-30800324111/aw-worktree-daily-update.bundle refs/heads/worktree-daily-update:refs/bundles/create-pr-worktree-daily-update-63b85e54fb40bf15-b81f2202
git update-ref refs/heads/worktree-daily-update-63b85e54fb40bf15 refs/bundles/create-pr-worktree-daily-update-63b85e54fb40bf15-b81f2202
git checkout worktree-daily-update-63b85e54fb40bf15
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-worktree-daily-update-63b85e54fb40bf15-b81f2202
# Push the branch to origin
git push origin worktree-daily-update-63b85e54fb40bf15
# Create the pull request
gh pr create --title 'chore(deps): promote soaked exclusions (2026-08-03)' --base main --head worktree-daily-update-63b85e54fb40bf15 --repo SocketDev/socket-mcp
Summary
Daily dependency update: promoted soaked dependency exclusions and updated pnpm workspace dependencies.
Test plan
Commit history
View commit history
Warning
Firewall blocked 3 domains
The following domains were blocked by the firewall during workflow execution:
api.refero.designmcp.linear.appmcp.notion.comSee Network Configuration for more information.
Note
This was originally intended as a pull request, but the git push operation failed.
Original error: The process '/usr/bin/git' failed with exit code 128
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: