5.0 KiB
5.0 KiB
| ← Back to plugins index | |
💫 Star lists | |
|---|---|
This plugin displays star lists. | |
| ⚠️ 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. |
| Supported features → Full specification |
📗 Classic template |
👤 Users |
|
| No tokens are required for this plugin | |
|
|
|
➡️ Available options
| Option | Description |
|
Enable starlists plugin |
🌐 Web instances must configure settings.json:
boolean
default: no |
|
|
Display limit (star lists) |
type: number
(1 ≤
𝑥
≤ 100)
default: 2 |
|
|
Display limit (repositories per star list) |
type: number
(0 ≤
𝑥
≤ 100)
default: 2 |
|
|
Star lists languages statistics |
type: boolean
default: no |
|
|
Display limit (languages per star list) |
type: number
(0 ≤
𝑥)
zero behaviour: disable default: 8 |
|
|
Shuffle data Can be used to create varied outputs |
type: boolean
default: yes |
|
|
Skipped star lists Case and emojis insensitive |
type: array
(comma-separated)
|
|
|
Showcased star lists Case and emojis insensitive. Equivalent to |
type: array
(comma-separated)
|
ℹ️ Examples workflows
name: Featured star list
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.starlists.svg
token: NOT_NEEDED
base: ""
plugin_starlists: yes
plugin_starlists_limit_repositories: 2
plugin_starlists_only: TC39
name: Featured star list languages
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.starlists.languages.svg
token: NOT_NEEDED
base: ""
plugin_starlists: yes
plugin_starlists_languages: yes
plugin_starlists_limit_languages: 8
plugin_starlists_limit_repositories: 0
plugin_starlists_only: Awesome