ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-02-04 05:18:16 +00:00
parent bf32466d21
commit 95290778e6
4 changed files with 46 additions and 1 deletions

View File

@@ -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 240 options!</a></h3>
<h3><a href="/README.md#-plugins">🧩 Customizable with 39 plugins and 242 options!</a></h3>
</th>
</tr>
<tr>

8
action.yml generated
View File

@@ -129,6 +129,10 @@ inputs:
description: Use GitHub custom emojis
default: <default-value>
config_octicon:
description: Use GitHub octicons
default: <default-value>
config_display:
description: Display width (for image output formats)
default: <default-value>
@@ -635,6 +639,10 @@ inputs:
description: Indepth mode
default: <default-value>
plugin_notable_types:
description: Contribution types filter
default: <default-value>
# ====================================================================================
# 💬 Discussions

View File

@@ -664,6 +664,24 @@ See full list at <a href="https://api.github.com/emojis">https://api.github.com/
<b>type:</b> <code>boolean</code>
<br>
<b>default:</b> yes<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>config_octicon</code></h4></td>
<td rowspan="2"><p>Use GitHub octicons</p>
<p>Octicons are open-sourced icons provided by GitHub.
See full list at <a href="https://primer.style/octicons">https://primer.style/octicons</a>.</p>
<p>To include an octicon, use the following syntax: <code>:octicon-{name}-{size}:</code>.
Size must be a supported icon size (12, 16 or 24).
16px octicons can omit size and directly use <code>:octicon-{name}:</code> syntax.</p>
<p>May increase filesize</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
<td nowrap="nowrap">⏭️ Global option<br>
✨ 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>config_display</code></h4></td>

View File

@@ -102,6 +102,25 @@ Some repositories may not be able to reported advanced stats and in the case the
<br>
<b>default:</b> no<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_notable_types</code></h4></td>
<td rowspan="2"><p>Contribution types filter</p>
<p>Use a combination of below values to include repositories where:</p>
<ul>
<li><code>commit</code>: a commit on default branch was made</li>
<li><code>pull_request</code>: a pull request was opened</li>
<li><code>issue</code>: an issue was opened</li>
</ul>
<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> commit<br>
<b>allowed values:</b><ul><li>commit</li><li>pull_request</li><li>issue</li></ul></td>
</tr>
</table>
<!--/options-->