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 26263179838 -n agent -D /tmp/agent-26263179838
# Fetch the bundle into a local branch
git fetch /tmp/agent-26263179838/aw-agentics-auto-update-gh-aw.bundle refs/heads/agentics/auto-update-gh-aw:refs/heads/agentics/auto-update-gh-aw-9d59024b9dcf05b9
git checkout agentics/auto-update-gh-aw-9d59024b9dcf05b9
# Push the branch to origin
git push origin agentics/auto-update-gh-aw-9d59024b9dcf05b9
# Create the pull request
gh pr create --title '[Auto Update] Agentic workflows' --base main --head agentics/auto-update-gh-aw-9d59024b9dcf05b9 --repo dotnet/fsharp
Updated
actions/github-scriptfrom v8/v9.0.0 to v9 and recompiled all 7 workflow lock files viagh aw upgrade.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: