Skip to content

Files

Latest commit

 

History

History
64 lines (52 loc) · 1.91 KB

README.md

File metadata and controls

64 lines (52 loc) · 1.91 KB

📌 Starred topics

The topics plugin displays your starred topics. Check out GitHub topics to search interesting topics.

With icons
With labels

This uses puppeteer to navigate through your starred topics page.

➡️ Available options

Option Type (format) [default] {allowed values} Description
plugin_topics boolean [no] Display starred topics
plugin_topics_mode string [starred] {"starred", "icons", "mastered"} Plugin mode
plugin_topics_sort string [stars] {"stars", "activity", "starred", "random"} Sorting method of starred topics
plugin_topics_limit number [15] {0 ≤ 𝑥 ≤ 20} Maximum number of topics to display

Legend for option icons:

  • 🔐 Value should be stored in repository secrets
  • ✨ New feature currently in testing on master/main

→ Full specification

ℹ️ 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