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
Protected files were modified in this change.
This pull request is in request_review mode and requires explicit human scrutiny before merge.
Protected files: README.md
What this PR does
Source file mined:workshop/23-ab-experiments.md
Side quest extracted: The "Understand how the round-robin works" and "Analyse the results" sections — a focused internals primer on gh-aw variant assignment that can stand alone without blocking the primary A/B experiment path.
How learner routing was updated:
The extracted sections in 23-ab-experiments.md are replaced with a short summary and an Optional Side Quest callout linking to the new file.
The "Before You Start" jump-link in Step 23 was updated to point to the new side quest instead of an in-page anchor.
workshop/README.md gains a new entry in the Optional Side Quests section noting it branches from Step 23.
Files changed
File
Change
workshop/side-quest-23-01-ab-roundrobin.md
New — the extracted side quest
workshop/23-ab-experiments.md
Extraction point + Optional Side Quest callout
workshop/README.md
New entry in Optional Side Quests
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
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 31015089262 -n agent -D /tmp/agent-31015089262
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-31015089262/aw-side-quest-23-01-ab-roundrobin.bundle refs/heads/side-quest-23-01-ab-roundrobin:refs/bundles/create-pr-side-quest-23-01-ab-roundrobin-b2859da397dc0c8a-d064001e
git update-ref refs/heads/side-quest-23-01-ab-roundrobin-b2859da397dc0c8a refs/bundles/create-pr-side-quest-23-01-ab-roundrobin-b2859da397dc0c8a-d064001e
git checkout side-quest-23-01-ab-roundrobin-b2859da397dc0c8a
# 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-23-01-ab-roundrobin-b2859da397dc0c8a-d064001e
# Push the branch to origin
git push origin side-quest-23-01-ab-roundrobin-b2859da397dc0c8a
# Create the pull request
gh pr create --title '[side-quest] feat: side quest — How A/B Experiment Round-Robin Works' --base main --head side-quest-23-01-ab-roundrobin-b2859da397dc0c8a --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.mdWhat this PR does
Source file mined:
workshop/23-ab-experiments.mdSide quest extracted: The "Understand how the round-robin works" and "Analyse the results" sections — a focused internals primer on gh-aw variant assignment that can stand alone without blocking the primary A/B experiment path.
How learner routing was updated:
23-ab-experiments.mdare replaced with a short summary and an Optional Side Quest callout linking to the new file.workshop/README.mdgains a new entry in the Optional Side Quests section noting it branches from Step 23.Files changed
workshop/side-quest-23-01-ab-roundrobin.mdworkshop/23-ab-experiments.mdworkshop/README.mdWarning
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-23-01-ab-roundrobin-b2859da397dc0c8a': 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: