Skip to content

Commit e721409

Browse files
ci: auto-regenerate files
1 parent f5a9e3d commit e721409

File tree

3 files changed

+77
-1
lines changed

3 files changed

+77
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 276 options!</a></h3>
22+
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 280 options!</a></h3>
2323
</th>
2424
</tr>
2525
<tr>

action.yml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugins/repositories/README.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,66 @@ All product and company names are trademarks™ or registered® trademarks of th
7474
<br>
7575
<b>default:</b> 0<br></td>
7676
</tr>
77+
<tr>
78+
<td nowrap="nowrap"><h4><code>plugin_repositories_starred</code></h4></td>
79+
<td rowspan="2"><p>Featured most starred repositories</p>
80+
<img width="900" height="1" alt=""></td>
81+
</tr>
82+
<tr>
83+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
84+
<b>type:</b> <code>number</code>
85+
<i>(0 ≤
86+
𝑥
87+
≤ 100)</i>
88+
<br>
89+
<b>default:</b> 0<br></td>
90+
</tr>
91+
<tr>
92+
<td nowrap="nowrap"><h4><code>plugin_repositories_random</code></h4></td>
93+
<td rowspan="2"><p>Featured random repositories</p>
94+
<img width="900" height="1" alt=""></td>
95+
</tr>
96+
<tr>
97+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
98+
<b>type:</b> <code>number</code>
99+
<i>(0 ≤
100+
𝑥
101+
≤ 100)</i>
102+
<br>
103+
<b>default:</b> 0<br></td>
104+
</tr>
105+
<tr>
106+
<td nowrap="nowrap"><h4><code>plugin_repositories_order</code></h4></td>
107+
<td rowspan="2"><p>Featured repositories display order</p>
108+
<img width="900" height="1" alt=""></td>
109+
</tr>
110+
<tr>
111+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
112+
<b>type:</b> <code>array</code>
113+
<br>
114+
<b>default:</b> featured, pinned, starred, random<br>
115+
<b>allowed values:</b><ul><li>featured</li><li>pinned</li><li>starred</li><li>random</li></ul></td>
116+
</tr>
117+
<tr>
118+
<td nowrap="nowrap"><h4><code>plugin_repositories_affiliations</code></h4></td>
119+
<td rowspan="2"><p>Repositories affiliations</p>
120+
<ul>
121+
<li><code>owner</code>: owned repositories</li>
122+
<li><code>collaborator</code>: repositories with push access</li>
123+
<li><code>organization_member</code>: repositories from an organization where user is a member</li>
124+
</ul>
125+
<p>Set to <code>&quot;&quot;</code> to disable and fetch all repositories related to given account.</p>
126+
<p>This option changes which repositories will be fetched by <a href="/source/plugins/projects/README.md#plugin_repositories_starred"><code>plugin_repositories_starred</code></a> and <a href="/source/plugins/projects/README.md#plugin_repositories_random"><code>plugin_repositories_random</code></a> options</p>
127+
<img width="900" height="1" alt=""></td>
128+
</tr>
129+
<tr>
130+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
131+
<b>type:</b> <code>array</code>
132+
<i>(comma-separated)</i>
133+
<br>
134+
<b>default:</b> owner<br>
135+
<b>allowed values:</b><ul><li>owner</li><li>collaborator</li><li>organization_member</li></ul></td>
136+
</tr>
77137
</table>
78138
<!--/options-->
79139

0 commit comments

Comments
 (0)