← Back to plugins index

📓 Featured repositories

This plugin displays a list of chosen featured repositories.

Since it is possible to pin repositories on GitHub, this plugin is mostly intended for external usage.

⚠️ Disclaimer

This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with GitHub. All product and company names are trademarks™ or registered® trademarks of their respective holders.

ℹ Additional notes

⚠️ Due to limitations of using SVG images inside <img> tags, clicking on a repository card will not redirect to repository page.

Supported features
→ Full specification
📗 Classic template
👤 Users 👥 Organizations
🔑 (scopeless) read:org (optional) read:user (optional) read:packages (optional) repo (optional)
Featured
Pinned
## ➡️ Available options
OptionDescription

plugin_repositories

Enable repositories plugin

type: boolean
default: no

plugin_repositories_featured

Featured repositories

Current user will be used when no owner is specified

⏯️ Cannot be preset
type: array (comma-separated)

plugin_repositories_pinned

Pinned repositories

type: number (0 ≤ 𝑥 ≤ 6)
default: 0
## ℹ️ Examples workflows ```yaml name: Featured repositories uses: lowlighter/metrics@latest with: filename: metrics.plugin.repositories.svg token: ${{ secrets.METRICS_TOKEN }} base: "" plugin_repositories: yes plugin_repositories_featured: lowlighter/metrics ``` ```yaml name: Pinned repositories uses: lowlighter/metrics@latest with: filename: metrics.plugin.repositories.pinned.svg token: ${{ secrets.METRICS_TOKEN }} base: "" plugin_repositories: yes plugin_repositories_pinned: 2 ```