### ✨ Stargazers over last weeks The *stargazers* plugin displays your stargazers evolution across all of your repositories over the last two weeks.
#### âžĄī¸ Available options | Option | Type *(format)* **[default]** *{allowed values}* | Description | | ------ | -------------------------------- | ----------- | | `plugin_stargazers` | `boolean` **[no]** | Display stargazers metrics | Legend for option icons: * 🔐 Value should be stored in repository secrets * ✨ New feature currently in testing on `master`/`main` *[→ Full specification](metadata.yml)* #### â„šī¸ Examples workflows ```yaml name: Last weeks stargazers uses: lowlighter/metrics@latest with: filename: metrics.plugin.stargazers.svg token: ${{ secrets.METRICS_TOKEN }} base: '' plugin_stargazers: 'yes' ```