### ⨠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'
```