📌 Starred topics | |
|---|---|
This plugin displays starred topics. Check out GitHub topics to search interesting topics. | |
| Supported features → Full specification |
📗 Classic template 📒 Markdown template |
👤 Users |
|
| No tokens are required for this plugin | |
|
|
|
➡️ Available options
| Type | Description |
plugin_topics |
Enable topics plugin |
type: boolean
default: no |
|
plugin_topics_mode |
Display mode:
|
type: string
default: starred allowed values:
|
|
plugin_topics_sort |
Sorting method:
|
type: string
default: stars allowed values:
|
|
plugin_topics_limit |
Display limit When using |
type: number
(0 ≤
𝑥
≤ 20)
zero behaviour: disable default: 15 |
ℹ️ Examples workflows
name: Labels
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.topics.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_topics: yes
plugin_topics_limit: 12
name: Icons
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.topics.icons.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_topics: yes
plugin_topics_limit: 0
plugin_topics_mode: icons