ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-08-28 19:25:03 +00:00
parent 8fe68ad242
commit be907864e3
6 changed files with 50 additions and 2 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 282 options!</a></h3> <h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 285 options!</a></h3>
</th> </th>
</tr> </tr>
<tr> <tr>
@@ -362,6 +362,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
# 📚 Documentation # 📚 Documentation
> <sup>*⚠️ This is the documentation of **v3.28-beta** (`@master`/`@main` branches) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master) planned for next release. See documentation for current released version [**v3.27** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).* </sup>
## 🦮 Setup ## 🦮 Setup

12
action.yml generated
View File

@@ -439,6 +439,10 @@ inputs:
description: Events to use description: Events to use
default: <default-value> default: <default-value>
plugin_habits_skipped:
description: Skipped repositories
default: <default-value>
plugin_habits_days: plugin_habits_days:
description: Event maximum age description: Event maximum age
default: <default-value> default: <default-value>
@@ -656,6 +660,10 @@ inputs:
description: Featured repositories display order description: Featured repositories display order
default: <default-value> default: <default-value>
plugin_repositories_forks:
description: Include repositories forks
default: <default-value>
plugin_repositories_affiliations: plugin_repositories_affiliations:
description: Repositories affiliations description: Repositories affiliations
default: <default-value> default: <default-value>
@@ -783,6 +791,10 @@ inputs:
description: Contribution types filter description: Contribution types filter
default: <default-value> default: <default-value>
plugin_notable_self:
description: Include own repositories
default: <default-value>
# ==================================================================================== # ====================================================================================
# 📰 Recent activity # 📰 Recent activity

View File

@@ -245,7 +245,7 @@ export default async function(
//Plugin execution //Plugin execution
try { try {
//Check if plugin is enabled and requirements are met //Check if plugin is enabled and requirements are met
if ((!enabled)||(!q.my_plugin)) if ((!q.my_plugin)||(imports.metadata.plugins.my_plugin.enabled(enabled, {extras})))
return null return null
//Automatically validate user inputs //Automatically validate user inputs

View File

@@ -57,6 +57,18 @@ All product and company names are trademarks™ or registered® trademarks of th
≤ 1000)</i> ≤ 1000)</i>
<br> <br>
<b>default:</b> 200<br></td> <b>default:</b> 200<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_habits_skipped</code></h4></td>
<td rowspan="2"><p>Skipped repositories</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
<td nowrap="nowrap">⏩ Inherits <code>repositories_skipped</code><br>
✨ 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_habits_days</code></h4></td> <td nowrap="nowrap"><h4><code>plugin_habits_days</code></h4></td>

View File

@@ -127,6 +127,17 @@ Some repositories may not be able to reported advanced stats and in the case the
<b>default:</b> commit<br> <b>default:</b> commit<br>
<b>allowed values:</b><ul><li>commit</li><li>pull_request</li><li>issue</li></ul></td> <b>allowed values:</b><ul><li>commit</li><li>pull_request</li><li>issue</li></ul></td>
</tr> </tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_notable_self</code></h4></td>
<td rowspan="2"><p>Include own 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>boolean</code>
<br>
<b>default:</b> no<br></td>
</tr>
</table> </table>
<!--/options--> <!--/options-->

View File

@@ -110,6 +110,17 @@ All product and company names are trademarks™ or registered® trademarks of th
<br> <br>
<b>default:</b> featured, pinned, starred, random<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> <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_forks</code></h4></td>
<td rowspan="2"><p>Include repositories forks</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>
<tr> <tr>
<td nowrap="nowrap"><h4><code>plugin_repositories_affiliations</code></h4></td> <td nowrap="nowrap"><h4><code>plugin_repositories_affiliations</code></h4></td>