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 30054654999 -n agent -D /tmp/agent-30054654999
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-30054654999/aw-side-quest-24-01-ephemeral-runners.bundle refs/heads/side-quest-24-01-ephemeral-runners:refs/bundles/create-pr-side-quest-24-01-ephemeral-runners-e00d3f5fc5f2d06e-5b1ed09c
git update-ref refs/heads/side-quest-24-01-ephemeral-runners-e00d3f5fc5f2d06e refs/bundles/create-pr-side-quest-24-01-ephemeral-runners-e00d3f5fc5f2d06e-5b1ed09c
git checkout side-quest-24-01-ephemeral-runners-e00d3f5fc5f2d06e
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-side-quest-24-01-ephemeral-runners-e00d3f5fc5f2d06e-5b1ed09c
# Push the branch to origin
git push origin side-quest-24-01-ephemeral-runners-e00d3f5fc5f2d06e
# Create the pull request
gh pr create --title '[side-quest] feat: Side Quest — Ephemeral Runners, JIT Runners, and Enterprise Network Setup' --base main --head side-quest-24-01-ephemeral-runners-e00d3f5fc5f2d06e --repo githubnext/gh-aw-workshop
Caution
Protected files were modified in this change.
This pull request is in
request_reviewmode and requires explicit human scrutiny before merge.Protected files:
README.mdSee JSON
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.
Note
This was originally intended as a pull request, but the git push operation failed.
Original error: pushSignedCommits: refusing unsigned push for branch 'side-quest-24-01-ephemeral-runners-e00d3f5fc5f2d06e': Signed-commit payload violates file-protection policy (request_review): workshop/README.md
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: