A Chrome extension that groups workflows whose names contain / into collapsible folders in the GitHub Actions workflow sidebar.
| Before | After |
|---|---|
![]() |
![]() |
Of course, you can expand it!
- Splits workflow names at the first
/into folders (frontend/tests/unit→ folderfrontend, display nametests/unit) - Fetches all workflows in parallel from a GitHub internal endpoint for fast bulk loading
- Collapsible folders with auto-expand for folders containing the active workflow
- SPA navigation support (MutationObserver + Turbo events)
- Full theme support (light / dark / dim) via GitHub Primer CSS variables
- Clone this repository
- Open
chrome://extensionsin Chrome - Enable "Developer mode"
- Click "Load unpacked" and select this folder
Runs on pages matching https://github.com/*/*/actions*.

