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 26008776549 -n agent -D /tmp/agent-26008776549
# Fetch the bundle into a local branch
git fetch /tmp/agent-26008776549/aw-agentics-auto-update-gh-aw.bundle refs/heads/agentics/auto-update-gh-aw:refs/heads/agentics/auto-update-gh-aw-3bace46f2ad915e9
git checkout agentics/auto-update-gh-aw-3bace46f2ad915e9
# Push the branch to origin
git push origin agentics/auto-update-gh-aw-3bace46f2ad915e9
# Create the pull request
gh pr create --title '[Auto Update] Agentic workflows' --base main --head agentics/auto-update-gh-aw-3bace46f2ad915e9 --repo dotnet/fsharp
Updates agentic workflow infrastructure via
gh aw upgrade:actions/github-scriptto v9Generated automatically by
gh aw upgrade && gh aw compile.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: