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 26319774624 -n agent -D /tmp/agent-26319774624
# Fetch the bundle into a local branch
git fetch /tmp/agent-26319774624/aw-agentics-auto-update-gh-aw.bundle refs/heads/agentics/auto-update-gh-aw:refs/heads/agentics/auto-update-gh-aw-07660e680f5c87c8
git checkout agentics/auto-update-gh-aw-07660e680f5c87c8
# Push the branch to origin
git push origin agentics/auto-update-gh-aw-07660e680f5c87c8
# Create the pull request
gh pr create --title '[Auto Update] Agentic workflows' --base main --head agentics/auto-update-gh-aw-07660e680f5c87c8 --repo dotnet/fsharp
Updates from
gh aw upgrade:actions/github-scriptfrom v8 to v9actions-lock.jsonwith new SHAs.github/agents/agentic-workflows.agent.mdThis supersedes #19756 if that PR is still open.
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: