Language: 英語 | 日本語
A Chrome extension that enhances GitHub's Actions tab with search and personal pinning capabilities.
This extension addresses two major pain points when working with repositories containing numerous workflows:
- the lack of search functionality in the Actions tab
- the limitations of GitHub's built-in workflow pinning (team-shared with a 5-pin limit).
- 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
namefrom YAML files instead of filenames for better identification
Download the latest release from the latest releases page. Chrome Web Store publication is under consideration.
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).
The extension automatically detects your browser language:
- English (en)
- 日本語 (ja)
If your browser language is not supported, it defaults to English.
Contributions are welcome! Feel free to submit issues and pull requests.
See:
