Body:
The playground ships with a couple of preset workflows. Adding a small gallery of real-world examples would make the "aha" faster for first-time visitors.
Suggested presets, each demonstrating one verdict clearly:
- A
paths-filtered monorepo CI that a docs-only change skips.
- A deploy workflow gated on
branches: [main] that a feature branch misses (the "nothing fires" case).
- A workflow with the always-true
if: ${{ github.ref }} == '…' footgun, so the warning shows.
- A job gated on
secrets.* that resolves to UNKNOWN.
Add them as selectable presets in the playground UI. No core changes needed — this is data plus a dropdown.
Body:
The playground ships with a couple of preset workflows. Adding a small gallery of real-world examples would make the "aha" faster for first-time visitors.
Suggested presets, each demonstrating one verdict clearly:
paths-filtered monorepo CI that a docs-only change skips.branches: [main]that a feature branch misses (the "nothing fires" case).if: ${{ github.ref }} == '…'footgun, so the warning shows.secrets.*that resolves toUNKNOWN.Add them as selectable presets in the playground UI. No core changes needed — this is data plus a dropdown.