19 lines
437 B
YAML
19 lines
437 B
YAML
- 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
|