Skip to content

Chrome extension that groups workflows whose names contain `/` into collapsible folders in the GitHub Actions workflow sidebar.

Notifications You must be signed in to change notification settings

kimuchanman/gha-workflows-folder

Repository files navigation

gha-workflows-folder

A Chrome extension that groups workflows whose names contain / into collapsible folders in the GitHub Actions workflow sidebar.

Before / After

Before After
before_flat after_folded

Of course, you can expand it!

after_expanded

Features

  • Splits workflow names at the first / into folders (frontend/tests/unit → folder frontend, display name tests/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

Installation

  1. Clone this repository
  2. Open chrome://extensions in Chrome
  3. Enable "Developer mode"
  4. Click "Load unpacked" and select this folder

Target Pages

Runs on pages matching https://github.com/*/*/actions*.

About

Chrome extension that groups workflows whose names contain `/` into collapsible folders in the GitHub Actions workflow sidebar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •