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 40 plugins and 282 options!</a></h3>
|
||||
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 285 options!</a></h3>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -362,6 +362,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
||||
# 📚 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
|
||||
|
||||
12
action.yml
generated
12
action.yml
generated
@@ -439,6 +439,10 @@ inputs:
|
||||
description: Events to use
|
||||
default: <default-value>
|
||||
|
||||
plugin_habits_skipped:
|
||||
description: Skipped repositories
|
||||
default: <default-value>
|
||||
|
||||
plugin_habits_days:
|
||||
description: Event maximum age
|
||||
default: <default-value>
|
||||
@@ -656,6 +660,10 @@ inputs:
|
||||
description: Featured repositories display order
|
||||
default: <default-value>
|
||||
|
||||
plugin_repositories_forks:
|
||||
description: Include repositories forks
|
||||
default: <default-value>
|
||||
|
||||
plugin_repositories_affiliations:
|
||||
description: Repositories affiliations
|
||||
default: <default-value>
|
||||
@@ -783,6 +791,10 @@ inputs:
|
||||
description: Contribution types filter
|
||||
default: <default-value>
|
||||
|
||||
plugin_notable_self:
|
||||
description: Include own repositories
|
||||
default: <default-value>
|
||||
|
||||
# ====================================================================================
|
||||
# 📰 Recent activity
|
||||
|
||||
|
||||
@@ -245,7 +245,7 @@ export default async function(
|
||||
//Plugin execution
|
||||
try {
|
||||
//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
|
||||
|
||||
//Automatically validate user inputs
|
||||
|
||||
@@ -57,6 +57,18 @@ All product and company names are trademarks™ or registered® trademarks of th
|
||||
≤ 1000)</i>
|
||||
<br>
|
||||
<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>
|
||||
<td nowrap="nowrap"><h4><code>plugin_habits_days</code></h4></td>
|
||||
|
||||
@@ -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>allowed values:</b><ul><li>commit</li><li>pull_request</li><li>issue</li></ul></td>
|
||||
</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>
|
||||
<!--/options-->
|
||||
|
||||
|
||||
@@ -110,6 +110,17 @@ All product and company names are trademarks™ or registered® trademarks of th
|
||||
<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_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>
|
||||
<td nowrap="nowrap"><h4><code>plugin_repositories_affiliations</code></h4></td>
|
||||
|
||||
Reference in New Issue
Block a user