ci: auto-regenerate files
This commit is contained in:
@@ -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