Skip to content

Commit 044b3ba

Browse files
ci: auto-regenerate files
1 parent aae46f4 commit 044b3ba

File tree

4 files changed

+53
-4
lines changed

4 files changed

+53
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
1919
</tr>
2020
<tr>
2121
<th colspan="2" align="center">
22-
<h3><a href="/README.md#-plugins">🧩 Customizable with 39 plugins and 242 options!</a></h3>
22+
<h3><a href="/README.md#-plugins">🧩 Customizable with 39 plugins and 244 options!</a></h3>
2323
</th>
2424
</tr>
2525
<tr>
@@ -212,7 +212,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
212212
</tr>
213213
<tr>
214214
<td align="center">
215-
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg" alt=""></img>
215+
<details open><summary>Repositories from star lists</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg" alt=""></img></details>
216+
<details open><summary>Languages from star lists</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.languages.svg" alt=""></img></details>
216217
<img width="900" height="1" alt="">
217218
</td>
218219
<td align="center">

action.yml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugins/starlists/README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
</tr>
1616
<tr>
1717
<td colspan="2" align="center">
18-
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg" alt=""></img>
18+
<details open><summary>Repositories from star lists</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg" alt=""></img></details>
19+
<details open><summary>Languages from star lists</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.languages.svg" alt=""></img></details>
1920
<img width="900" height="1" alt="">
2021
</td>
2122
</tr>
@@ -64,6 +65,31 @@
6465
≤ 100)</i>
6566
<br>
6667
<b>default:</b> 2<br></td>
68+
</tr>
69+
<tr>
70+
<td nowrap="nowrap"><h4><code>plugin_starlists_languages</code></h4></td>
71+
<td rowspan="2"><p>Toggle star list languages statistics</p>
72+
<img width="900" height="1" alt=""></td>
73+
</tr>
74+
<tr>
75+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
76+
<b>type:</b> <code>boolean</code>
77+
<br>
78+
<b>default:</b> no<br></td>
79+
</tr>
80+
<tr>
81+
<td nowrap="nowrap"><h4><code>plugin_starlists_limit_languages</code></h4></td>
82+
<td rowspan="2"><p>Disply limit (languages per star list)</p>
83+
<img width="900" height="1" alt=""></td>
84+
</tr>
85+
<tr>
86+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
87+
<b>type:</b> <code>number</code>
88+
<i>(0 ≤
89+
𝑥)</i>
90+
<br>
91+
<b>zero behaviour:</b> disable</br>
92+
<b>default:</b> 8<br></td>
6793
</tr>
6894
<tr>
6995
<td nowrap="nowrap"><h4><code>plugin_starlists_shuffle_repositories</code></h4></td>
@@ -115,5 +141,19 @@ with:
115141
plugin_starlists_limit_repositories: 2
116142
plugin_starlists_only: TC39
117143

144+
```
145+
```yaml
146+
name: Featured star list languages
147+
uses: lowlighter/metrics@latest
148+
with:
149+
filename: metrics.plugin.starlists.languages.svg
150+
token: NOT_NEEDED
151+
base: ""
152+
plugin_starlists: yes
153+
plugin_starlists_languages: yes
154+
plugin_starlists_limit_languages: 8
155+
plugin_starlists_limit_repositories: 0
156+
plugin_starlists_only: Awesome
157+
118158
```
119159
<!--/examples-->

source/templates/markdown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<td><a href="/source/plugins/activity/README.md" title="📰 Recent activity">📰</a> <a href="/source/plugins/posts/README.md" title="✒️ Recent posts">✒️</a> <a href="/source/plugins/rss/README.md" title="🗼 Rss feed">🗼</a> <a href="/source/plugins/topics/README.md" title="📌 Starred topics">📌</a> <a href="/source/plugins/tweets/README.md" title="🐤 Latest tweets">🐤</a> <code>✓ embed()</code></td>
99
</tr>
1010
<tr>
11-
<td><code>👤 Users</code> <code>👥 Organizations</code></td>
11+
<td><code>👤 Users</code> <code>👥 Organizations</code> <code>📓 Repositories</code></td>
1212
</tr>
1313
<tr>
1414
<td><code>#️⃣ JSON</code> <code>🔠 Markdown</code> <code>🔠 Markdown (PDF)</code></td>

0 commit comments

Comments
 (0)