Add 4-hour chaos PR bundle fuzzer workflow for safe-output create-pull-request stress testing#32249
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
May 15, 2026 02:06
View session
pelikhan
approved these changes
May 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new agentic workflow that runs every 4 hours to stress-test the safe-output create-pull-request git patch/bundle handling using randomized persona-driven small-change scenarios, with strict guardrails (max 5 PRs, 4h expiry, chaos/ branch prefix, narrow allowed-files scope, protected-files blocked).
Changes:
- New workflow source
.github/workflows/chaos-pr-bundle-fuzzer.mddefining safe-outputs config, hard requirements prompt, persona/strategy randomization guidance, and cache-memory ledger usage. - Auto-generated compiled
.github/workflows/chaos-pr-bundle-fuzzer.lock.ymlcontaining the full GitHub Actions workflow (activation, agent, detection, safe_outputs, update_cache_memory, conclusion jobs).
Show a summary per file
| File | Description |
|---|---|
.github/workflows/chaos-pr-bundle-fuzzer.md |
New scheduled chaos-testing workflow source with safe-output guardrails and persona-driven prompt. |
.github/workflows/chaos-pr-bundle-fuzzer.lock.yml |
Compiled lock file generated by gh aw compile from the workflow source. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Feature
Introduces a new agentic workflow that runs every 4 hours to stress-test safe-output
create-pull-requestgit patch/bundle packaging using randomized persona-driven scenarios.The workflow is constrained for safety and signal: max 5 PRs/run, 4h expiry,
test-in-progresslabeling,chaos/branch naming requirement, and small scoped edits only.### What does this feature do?
.github/workflows/chaos-pr-bundle-fuzzer.md(and compiled.lock.yml) for scheduled + manual execution.### Why is this feature needed?
### Implementation details
on: schedule: "every 4 hours"withworkflow_dispatch.safe-outputs.create-pull-requestguardrails:max: 5expires: 4hlabels: [test-in-progress]allowed-files: ["tmp/chaos/**", "scratchpad/chaos/**"]excluded-files: [".github/workflows/**"]protected-files: blockedpreserve-branch-name: true(to preservechaos/prefix emitted by scenarios)chaos/