Skip to content
 
 

Latest commit

 

History

97 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-search

Language: 英語 | 日本語

A Chrome extension that enhances GitHub's Actions tab with search and personal pinning capabilities.

github-actions-search

This extension addresses two major pain points when working with repositories containing numerous workflows:

  1. the lack of search functionality in the Actions tab
  2. the limitations of GitHub's built-in workflow pinning (team-shared with a 5-pin limit).

Features

  • Adds incremental search for workflow files
  • Provides personal workflow pinning without the 5-pin limit
  • Integrates seamlessly with GitHub's UI by adding controls to the Actions sidebar
  • Multi-language support: English and Japanese (auto-detected based on browser language)
  • Smart workflow display: Shows the workflow's name from YAML files instead of filenames for better identification

Installation

Download the latest release from the latest releases page. Chrome Web Store publication is under consideration.

How It Works

The extension monitors page navigation and adds search functionality to the Actions tab. It fetches workflow files from .github/workflows/ in the repository's main branch using your GitHub session.

Note that the workflow list might slightly differ from GitHub's native list as it's based on actual workflow files (e.g., Dependabot Alerts without workflow files won't appear).

Language Support

The extension automatically detects your browser language:

  • English (en)
  • 日本語 (ja)

If your browser language is not supported, it defaults to English.

Contribute

Contributions are welcome! Feel free to submit issues and pull requests.

See:

Releases

Packages

Contributors

Languages