Skip to content

Commit 9529077

Browse files
committedFeb 4, 2022
ci: auto-regenerate files
1 parent bf32466 commit 9529077

File tree

4 files changed

+46
-1
lines changed

4 files changed

+46
-1
lines changed
 

‎README.md

+1-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 39 plugins and 240 options!</a></h3>
22+
<h3><a href="/README.md#-plugins">🧩 Customizable with 39 plugins and 242 options!</a></h3>
2323
</th>
2424
</tr>
2525
<tr>

‎action.yml

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

‎source/plugins/core/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,24 @@ See full list at <a href="https://api.github.com/emojis">https://api.github.com/
664664
<b>type:</b> <code>boolean</code>
665665
<br>
666666
<b>default:</b> yes<br></td>
667+
</tr>
668+
<tr>
669+
<td nowrap="nowrap"><h4><code>config_octicon</code></h4></td>
670+
<td rowspan="2"><p>Use GitHub octicons</p>
671+
<p>Octicons are open-sourced icons provided by GitHub.
672+
See full list at <a href="https://primer.style/octicons">https://primer.style/octicons</a>.</p>
673+
<p>To include an octicon, use the following syntax: <code>:octicon-{name}-{size}:</code>.
674+
Size must be a supported icon size (12, 16 or 24).
675+
16px octicons can omit size and directly use <code>:octicon-{name}:</code> syntax.</p>
676+
<p>May increase filesize</p>
677+
<img width="900" height="1" alt=""></td>
678+
</tr>
679+
<tr>
680+
<td nowrap="nowrap">⏭️ Global option<br>
681+
✨ On <code>master</code>/<code>main</code><br>
682+
<b>type:</b> <code>boolean</code>
683+
<br>
684+
<b>default:</b> no<br></td>
667685
</tr>
668686
<tr>
669687
<td nowrap="nowrap"><h4><code>config_display</code></h4></td>

‎source/plugins/notable/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,25 @@ Some repositories may not be able to reported advanced stats and in the case the
102102
<br>
103103
<b>default:</b> no<br></td>
104104
</tr>
105+
<tr>
106+
<td nowrap="nowrap"><h4><code>plugin_notable_types</code></h4></td>
107+
<td rowspan="2"><p>Contribution types filter</p>
108+
<p>Use a combination of below values to include repositories where:</p>
109+
<ul>
110+
<li><code>commit</code>: a commit on default branch was made</li>
111+
<li><code>pull_request</code>: a pull request was opened</li>
112+
<li><code>issue</code>: an issue was opened</li>
113+
</ul>
114+
<img width="900" height="1" alt=""></td>
115+
</tr>
116+
<tr>
117+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
118+
<b>type:</b> <code>array</code>
119+
<i>(comma-separated)</i>
120+
<br>
121+
<b>default:</b> commit<br>
122+
<b>allowed values:</b><ul><li>commit</li><li>pull_request</li><li>issue</li></ul></td>
123+
</tr>
105124
</table>
106125
<!--/options-->
107126

0 commit comments

Comments
 (0)
Failed to load comments.