22 lines
535 B
Markdown
22 lines
535 B
Markdown
### ✨ Stargazers over last weeks
|
||
|
||
The *stargazers* plugin displays your stargazers evolution across all of your repositories over the last two weeks.
|
||
|
||
<table>
|
||
<td align="center">
|
||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.stargazers.svg">
|
||
<img width="900" height="1" alt="">
|
||
</td>
|
||
</table>
|
||
|
||
#### ℹ️ Examples workflows
|
||
|
||
[➡️ Available options for this plugin](metadata.yml)
|
||
|
||
```yaml
|
||
- uses: lowlighter/metrics@latest
|
||
with:
|
||
# ... other options
|
||
plugin_stargazers: yes
|
||
```
|