ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-07-05 04:28:43 +00:00
parent ebd3026493
commit 7379fb21a8
47 changed files with 572 additions and 483 deletions

View File

@@ -2,7 +2,7 @@
<table>
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
<tr><th colspan="2"><h3>🎩 Notable contributions</h3></th></tr>
<tr><td colspan="2" align="center"><p>This plugin displays badges of repositories where you commited at least once on default branch.</p>
<tr><td colspan="2" align="center"><p>This plugin displays badges for notable contributions on repositories.</p>
</td></tr>
<tr>
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
@@ -46,7 +46,7 @@
<td rowspan="2"><p>Query filter</p>
<p>Based on <a href="https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax">GitHub search syntax</a>.
Supported fields are <code>stars</code>, <code>forks</code> and <code>watchers</code></p>
<p>If <code>plugin_notable_indepth</code> is enabled, <code>commits</code>, <code>commits.user</code>, <code>commits.user%</code> and <code>maintainer</code> fields are also supported.
<p>If <a href="/source/plugins/notable/README.md#plugin_notable_indepth"><code>plugin_notable_indepth</code></a> is enabled, <code>commits</code>, <code>commits.user</code>, <code>commits.user%</code> and <code>maintainer</code> fields are also supported.
Some repositories may not be able to reported advanced stats and in the case the default behaviour will be to bypass filtering</p>
<img width="900" height="1" alt=""></td>
</tr>
@@ -67,7 +67,7 @@ Some repositories may not be able to reported advanced stats and in the case the
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_notable_from</code></h4></td>
<td rowspan="2"><p>Filter by repository owner account type</p>
<td rowspan="2"><p>Repository owner account type filter</p>
<ul>
<li><code>all</code>: no filtering</li>
<li><code>organization</code>: only organization accounts repositories</li>
@@ -83,8 +83,8 @@ Some repositories may not be able to reported advanced stats and in the case the
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_notable_repositories</code></h4></td>
<td rowspan="2"><p>Toggle repository name display</p>
<p>Note that Repositories hosted by user account will always be fully displayed</p>
<td rowspan="2"><p>Repository name</p>
<p>Repositories hosted by user account will always have their full handle displayed</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -98,7 +98,10 @@ Some repositories may not be able to reported advanced stats and in the case the
<img width="900" height="1" alt=""></td>
</tr>
<tr>
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code><br>
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
<ul>
<li><i>metrics.api.github.overuse</i></li>
</ul>
<b>type:</b> <code>boolean</code>
<br>
<b>default:</b> no<br></td>