### ✨ 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 | *[→ 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' ```