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 25978024685 -n agent -D /tmp/agent-25978024685
# Fetch the bundle into a local branch
git fetch /tmp/agent-25978024685/aw-agentics-auto-update-gh-aw.bundle refs/heads/agentics/auto-update-gh-aw:refs/heads/agentics/auto-update-gh-aw-402dac39ab23beb9
git checkout agentics/auto-update-gh-aw-402dac39ab23beb9
# Push the branch to origin
git push origin agentics/auto-update-gh-aw-402dac39ab23beb9
# Create the pull request
gh pr create --title '[Auto Update] Agentic workflows' --base main --head agentics/auto-update-gh-aw-402dac39ab23beb9 --repo dotnet/fsharp
Updates agentic workflow infrastructure via
gh aw upgrade:actions/github-scriptfrom v8/v9.0.0 to v9actions-lock.jsonwith consolidated entries.github/agents/agentic-workflows.agent.mdNote
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: