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>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2" align="center">
|
<th colspan="2" align="center">
|
||||||
<h3><a href="/README.md#-plugins">🧩 Customizable with 42 plugins and 298 options!</a></h3>
|
<h3><a href="/README.md#-plugins">🧩 Customizable with 42 plugins and 300 options!</a></h3>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
12
action.yml
generated
12
action.yml
generated
@@ -313,10 +313,18 @@ inputs:
|
|||||||
description: Indepth mode
|
description: Indepth mode
|
||||||
default: <default-value>
|
default: <default-value>
|
||||||
|
|
||||||
|
plugin_languages_indepth_custom:
|
||||||
|
description: Indepth mode - Custom repositories
|
||||||
|
default: <default-value>
|
||||||
|
|
||||||
plugin_languages_analysis_timeout:
|
plugin_languages_analysis_timeout:
|
||||||
description: Indepth mode - Analysis timeout
|
description: Indepth mode - Analysis timeout
|
||||||
default: <default-value>
|
default: <default-value>
|
||||||
|
|
||||||
|
plugin_languages_analysis_timeout_repositories:
|
||||||
|
description: Indepth mode - Analysis timeout (repositories)
|
||||||
|
default: <default-value>
|
||||||
|
|
||||||
plugin_languages_categories:
|
plugin_languages_categories:
|
||||||
description: Indepth mode - Displayed categories (most-used section)
|
description: Indepth mode - Displayed categories (most-used section)
|
||||||
default: <default-value>
|
default: <default-value>
|
||||||
@@ -326,11 +334,11 @@ inputs:
|
|||||||
default: <default-value>
|
default: <default-value>
|
||||||
|
|
||||||
plugin_languages_recent_load:
|
plugin_languages_recent_load:
|
||||||
description: Events to load (recently-used section)
|
description: Indepth mode - Events to load (recently-used section)
|
||||||
default: <default-value>
|
default: <default-value>
|
||||||
|
|
||||||
plugin_languages_recent_days:
|
plugin_languages_recent_days:
|
||||||
description: Events maximum age (day, recently-used section)
|
description: Indepth mode - Events maximum age (day, recently-used section)
|
||||||
default: <default-value>
|
default: <default-value>
|
||||||
|
|
||||||
# ====================================================================================
|
# ====================================================================================
|
||||||
|
|||||||
@@ -166,6 +166,32 @@ It will be automatically hidden if empty.</p>
|
|||||||
<b>type:</b> <code>boolean</code>
|
<b>type:</b> <code>boolean</code>
|
||||||
<br>
|
<br>
|
||||||
<b>default:</b> false<br></td>
|
<b>default:</b> false<br></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td nowrap="nowrap"><h4><code>plugin_languages_indepth_custom</code></h4></td>
|
||||||
|
<td rowspan="2"><p>Indepth mode - Custom repositories</p>
|
||||||
|
<p>Specify a list of additional repositories to analyze.</p>
|
||||||
|
<p>Below are the supported syntax formats:</p>
|
||||||
|
<ul>
|
||||||
|
<li><code>owner/repo</code> (e.g. <code>lowlighter/metrics</code>)</li>
|
||||||
|
<li><code>owner/repo@branch</code> (e.g. <code>lowlighter/metrics@main</code>)</li>
|
||||||
|
<li><code>owner/repo@branch:commits</code> (e.g. <code>lowlighter/metrics@main:v1.0..v1.1</code>)<ul>
|
||||||
|
<li>See <a href="https://git-scm.com/docs/git-rev-list#_description"><code>git rev-list</code></a> documentation for more information about <code>commits</code> syntax</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>It is possible to specify repositories that are not hosted on <a href="https://github.com">github.com</a> by passing a full url instead.
|
||||||
|
In this case the repository must be accessible directly.</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>ℹ️ This option bypass <a href="/source/plugins/languages/README.md#plugin_languages_skipped"><code>plugin_languages_skipped</code></a></p>
|
||||||
|
</blockquote>
|
||||||
|
<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></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap="nowrap"><h4><code>plugin_languages_analysis_timeout</code></h4></td>
|
<td nowrap="nowrap"><h4><code>plugin_languages_analysis_timeout</code></h4></td>
|
||||||
@@ -176,9 +202,24 @@ It will be automatically hidden if empty.</p>
|
|||||||
<td nowrap="nowrap"><b>type:</b> <code>number</code>
|
<td nowrap="nowrap"><b>type:</b> <code>number</code>
|
||||||
<i>(1 ≤
|
<i>(1 ≤
|
||||||
𝑥
|
𝑥
|
||||||
≤ 30)</i>
|
≤ 60)</i>
|
||||||
<br>
|
<br>
|
||||||
<b>default:</b> 15<br></td>
|
<b>default:</b> 15<br></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td nowrap="nowrap"><h4><code>plugin_languages_analysis_timeout_repositories</code></h4></td>
|
||||||
|
<td rowspan="2"><p>Indepth mode - Analysis timeout (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 ≤
|
||||||
|
𝑥
|
||||||
|
≤ 15)</i>
|
||||||
|
<br>
|
||||||
|
<b>zero behaviour:</b> disable</br>
|
||||||
|
<b>default:</b> 7.5<br></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap="nowrap"><h4><code>plugin_languages_categories</code></h4></td>
|
<td nowrap="nowrap"><h4><code>plugin_languages_categories</code></h4></td>
|
||||||
@@ -206,7 +247,7 @@ It will be automatically hidden if empty.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap="nowrap"><h4><code>plugin_languages_recent_load</code></h4></td>
|
<td nowrap="nowrap"><h4><code>plugin_languages_recent_load</code></h4></td>
|
||||||
<td rowspan="2"><p>Events to load (recently-used section)</p>
|
<td rowspan="2"><p>Indepth mode - Events to load (recently-used section)</p>
|
||||||
<img width="900" height="1" alt=""></td>
|
<img width="900" height="1" alt=""></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -219,7 +260,7 @@ It will be automatically hidden if empty.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap="nowrap"><h4><code>plugin_languages_recent_days</code></h4></td>
|
<td nowrap="nowrap"><h4><code>plugin_languages_recent_days</code></h4></td>
|
||||||
<td rowspan="2"><p>Events maximum age (day, recently-used section)</p>
|
<td rowspan="2"><p>Indepth mode - Events maximum age (day, recently-used section)</p>
|
||||||
<img width="900" height="1" alt=""></td>
|
<img width="900" height="1" alt=""></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user