ci: auto-regenerate files
This commit is contained in:
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" align="center">
|
||||
<h3><a href="/README.md#-plugins">🧩 Customizable with 39 plugins and 242 options!</a></h3>
|
||||
<h3><a href="/README.md#-plugins">🧩 Customizable with 39 plugins and 244 options!</a></h3>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -212,7 +212,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg" alt=""></img>
|
||||
<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>
|
||||
<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>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
<td align="center">
|
||||
|
||||
8
action.yml
generated
8
action.yml
generated
@@ -742,6 +742,14 @@ inputs:
|
||||
description: Display limit (repositories per star list)
|
||||
default: <default-value>
|
||||
|
||||
plugin_starlists_languages:
|
||||
description: Toggle star list languages statistics
|
||||
default: <default-value>
|
||||
|
||||
plugin_starlists_limit_languages:
|
||||
description: Disply limit (languages per star list)
|
||||
default: <default-value>
|
||||
|
||||
plugin_starlists_shuffle_repositories:
|
||||
description: Shuffle data for varied outputs
|
||||
default: <default-value>
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg" alt=""></img>
|
||||
<details open><summary>Repositories from star lists</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg" alt=""></img></details>
|
||||
<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>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
@@ -64,6 +65,31 @@
|
||||
≤ 100)</i>
|
||||
<br>
|
||||
<b>default:</b> 2<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_starlists_languages</code></h4></td>
|
||||
<td rowspan="2"><p>Toggle star list languages statistics</p>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
|
||||
<b>type:</b> <code>boolean</code>
|
||||
<br>
|
||||
<b>default:</b> no<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_starlists_limit_languages</code></h4></td>
|
||||
<td rowspan="2"><p>Disply limit (languages per star list)</p>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
|
||||
<b>type:</b> <code>number</code>
|
||||
<i>(0 ≤
|
||||
𝑥)</i>
|
||||
<br>
|
||||
<b>zero behaviour:</b> disable</br>
|
||||
<b>default:</b> 8<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_starlists_shuffle_repositories</code></h4></td>
|
||||
@@ -115,5 +141,19 @@ with:
|
||||
plugin_starlists_limit_repositories: 2
|
||||
plugin_starlists_only: TC39
|
||||
|
||||
```
|
||||
```yaml
|
||||
name: Featured star list languages
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.starlists.languages.svg
|
||||
token: NOT_NEEDED
|
||||
base: ""
|
||||
plugin_starlists: yes
|
||||
plugin_starlists_languages: yes
|
||||
plugin_starlists_limit_languages: 8
|
||||
plugin_starlists_limit_repositories: 0
|
||||
plugin_starlists_only: Awesome
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>👤 Users</code> <code>👥 Organizations</code></td>
|
||||
<td><code>👤 Users</code> <code>👥 Organizations</code> <code>📓 Repositories</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>#️⃣ JSON</code> <code>🔠 Markdown</code> <code>🔠 Markdown (PDF)</code></td>
|
||||
|
||||
Reference in New Issue
Block a user