Skip to content

Commit be90786

Browse files
committedAug 28, 2022
ci: auto-regenerate files
1 parent 8fe68ad commit be90786

File tree

6 files changed

+50
-2
lines changed

6 files changed

+50
-2
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
1919
</tr>
2020
<tr>
2121
<th colspan="2" align="center">
22-
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 282 options!</a></h3>
22+
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 285 options!</a></h3>
2323
</th>
2424
</tr>
2525
<tr>
@@ -362,6 +362,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
362362
# 📚 Documentation
363363

364364

365+
> <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>
366+
365367

366368

367369
## 🦮 Setup

‎action.yml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎source/plugins/community/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export default async function(
245245
//Plugin execution
246246
try {
247247
//Check if plugin is enabled and requirements are met
248-
if ((!enabled)||(!q.my_plugin))
248+
if ((!q.my_plugin)||(imports.metadata.plugins.my_plugin.enabled(enabled, {extras})))
249249
return null
250250
251251
//Automatically validate user inputs

‎source/plugins/habits/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ All product and company names are trademarks™ or registered® trademarks of th
5757
≤ 1000)</i>
5858
<br>
5959
<b>default:</b> 200<br></td>
60+
</tr>
61+
<tr>
62+
<td nowrap="nowrap"><h4><code>plugin_habits_skipped</code></h4></td>
63+
<td rowspan="2"><p>Skipped repositories</p>
64+
<img width="900" height="1" alt=""></td>
65+
</tr>
66+
<tr>
67+
<td nowrap="nowrap">⏩ Inherits <code>repositories_skipped</code><br>
68+
✨ On <code>master</code>/<code>main</code><br>
69+
<b>type:</b> <code>array</code>
70+
<i>(comma-separated)</i>
71+
<br></td>
6072
</tr>
6173
<tr>
6274
<td nowrap="nowrap"><h4><code>plugin_habits_days</code></h4></td>

‎source/plugins/notable/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,17 @@ Some repositories may not be able to reported advanced stats and in the case the
127127
<b>default:</b> commit<br>
128128
<b>allowed values:</b><ul><li>commit</li><li>pull_request</li><li>issue</li></ul></td>
129129
</tr>
130+
<tr>
131+
<td nowrap="nowrap"><h4><code>plugin_notable_self</code></h4></td>
132+
<td rowspan="2"><p>Include own repositories</p>
133+
<img width="900" height="1" alt=""></td>
134+
</tr>
135+
<tr>
136+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
137+
<b>type:</b> <code>boolean</code>
138+
<br>
139+
<b>default:</b> no<br></td>
140+
</tr>
130141
</table>
131142
<!--/options-->
132143

‎source/plugins/repositories/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ All product and company names are trademarks™ or registered® trademarks of th
110110
<br>
111111
<b>default:</b> featured, pinned, starred, random<br>
112112
<b>allowed values:</b><ul><li>featured</li><li>pinned</li><li>starred</li><li>random</li></ul></td>
113+
</tr>
114+
<tr>
115+
<td nowrap="nowrap"><h4><code>plugin_repositories_forks</code></h4></td>
116+
<td rowspan="2"><p>Include repositories forks</p>
117+
<img width="900" height="1" alt=""></td>
118+
</tr>
119+
<tr>
120+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
121+
<b>type:</b> <code>boolean</code>
122+
<br>
123+
<b>default:</b> no<br></td>
113124
</tr>
114125
<tr>
115126
<td nowrap="nowrap"><h4><code>plugin_repositories_affiliations</code></h4></td>

0 commit comments

Comments
 (0)
Failed to load comments.