ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-08-07 15:44:20 +00:00
parent f5a9e3dd92
commit e721409bd4
3 changed files with 77 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
</tr> </tr>
<tr> <tr>
<th colspan="2" align="center"> <th colspan="2" align="center">
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 276 options!</a></h3> <h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 280 options!</a></h3>
</th> </th>
</tr> </tr>
<tr> <tr>

16
action.yml generated
View File

@@ -636,6 +636,22 @@ inputs:
description: Pinned repositories description: Pinned repositories
default: <default-value> default: <default-value>
plugin_repositories_starred:
description: Featured most starred repositories
default: <default-value>
plugin_repositories_random:
description: Featured random repositories
default: <default-value>
plugin_repositories_order:
description: Featured repositories display order
default: <default-value>
plugin_repositories_affiliations:
description: Repositories affiliations
default: <default-value>
# ==================================================================================== # ====================================================================================
# 💬 Discussions # 💬 Discussions

View File

@@ -74,6 +74,66 @@ All product and company names are trademarks™ or registered® trademarks of th
<br> <br>
<b>default:</b> 0<br></td> <b>default:</b> 0<br></td>
</tr> </tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_repositories_starred</code></h4></td>
<td rowspan="2"><p>Featured most starred repositories</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 ≤
𝑥
≤ 100)</i>
<br>
<b>default:</b> 0<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_repositories_random</code></h4></td>
<td rowspan="2"><p>Featured random repositories</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 ≤
𝑥
≤ 100)</i>
<br>
<b>default:</b> 0<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_repositories_order</code></h4></td>
<td rowspan="2"><p>Featured repositories display order</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>array</code>
<br>
<b>default:</b> featured, pinned, starred, random<br>
<b>allowed values:</b><ul><li>featured</li><li>pinned</li><li>starred</li><li>random</li></ul></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_repositories_affiliations</code></h4></td>
<td rowspan="2"><p>Repositories affiliations</p>
<ul>
<li><code>owner</code>: owned repositories</li>
<li><code>collaborator</code>: repositories with push access</li>
<li><code>organization_member</code>: repositories from an organization where user is a member</li>
</ul>
<p>Set to <code>&quot;&quot;</code> to disable and fetch all repositories related to given account.</p>
<p>This option changes which repositories will be fetched by <a href="/source/plugins/projects/README.md#plugin_repositories_starred"><code>plugin_repositories_starred</code></a> and <a href="/source/plugins/projects/README.md#plugin_repositories_random"><code>plugin_repositories_random</code></a> options</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>array</code>
<i>(comma-separated)</i>
<br>
<b>default:</b> owner<br>
<b>allowed values:</b><ul><li>owner</li><li>collaborator</li><li>organization_member</li></ul></td>
</tr>
</table> </table>
<!--/options--> <!--/options-->