Skip to content

Commit 0a7a963

Browse files
committed
ci: auto-regenerate files
1 parent 3fd6b3c commit 0a7a963

File tree

12 files changed

+59
-77
lines changed

12 files changed

+59
-77
lines changed

.github/readme/partials/documentation/compatibility.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<th nowrap="nowrap" align="center" title="✒️ Recent posts">✒️</th>
3939
<th nowrap="nowrap" align="center" title="🗼 Rss feed">🗼</th>
4040
<th nowrap="nowrap" align="center" title="⏰ WakaTime plugin">⏰</th>
41-
<th nowrap="nowrap" align="center" title="💹 Stock prices">💹</th>
4241
</tr>
4342
<tr>
4443
<td nowrap="nowrap">📗 Classic template</td>
@@ -77,7 +76,6 @@
7776
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
7877
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
7978
<td nowrap="nowrap" align="center" data-plugin="wakatime">✔️</td>
80-
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
8179
</tr>
8280
<tr>
8381
<td nowrap="nowrap">📘 Repository template</td>
@@ -116,7 +114,6 @@
116114
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
117115
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
118116
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
119-
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
120117
</tr>
121118
<tr>
122119
<td nowrap="nowrap">📙 Terminal template</td>
@@ -155,7 +152,6 @@
155152
<td nowrap="nowrap" align="center" data-plugin="posts">❌</td>
156153
<td nowrap="nowrap" align="center" data-plugin="rss">❌</td>
157154
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
158-
<td nowrap="nowrap" align="center" data-plugin="stock">❌</td>
159155
</tr>
160156
<tr>
161157
<td nowrap="nowrap">📒 Markdown template</td>
@@ -194,7 +190,6 @@
194190
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
195191
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
196192
<td nowrap="nowrap" align="center" data-plugin="wakatime">✓</td>
197-
<td nowrap="nowrap" align="center" data-plugin="stock">✓</td>
198193
</tr>
199194
<tr>
200195
<td colspan="40"></td>
@@ -236,7 +231,6 @@
236231
<th nowrap="nowrap" align="center" title="✒️ Recent posts">✒️</th>
237232
<th nowrap="nowrap" align="center" title="🗼 Rss feed">🗼</th>
238233
<th nowrap="nowrap" align="center" title="⏰ WakaTime plugin">⏰</th>
239-
<th nowrap="nowrap" align="center" title="💹 Stock prices">💹</th>
240234
</tr>
241235
<tr>
242236
<td nowrap="nowrap">👤 User</td>
@@ -275,7 +269,6 @@
275269
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
276270
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
277271
<td nowrap="nowrap" align="center" data-plugin="wakatime">✔️</td>
278-
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
279272
</tr>
280273
<tr>
281274
<td nowrap="nowrap">👥 Organization</td>
@@ -314,7 +307,6 @@
314307
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
315308
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
316309
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
317-
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
318310
</tr>
319311
<tr>
320312
<td nowrap="nowrap">📓 Repository</td>
@@ -353,7 +345,6 @@
353345
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
354346
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
355347
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
356-
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
357348
</tr>
358349
</table>
359350

.github/workflows/examples.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -904,19 +904,6 @@ jobs:
904904
output_action: none
905905
delay: 5
906906
if: ${{ success() || failure() }}
907-
- name: 💹 Stock prices - Stock prices from Tesla
908-
uses: lowlighter/metrics@master
909-
with:
910-
filename: metrics.plugin.stock.svg
911-
token: NOT_NEEDED
912-
base: ""
913-
plugin_stock: yes
914-
plugin_stock_token: ${{ secrets.STOCK_TOKEN }}
915-
plugin_stock_symbol: TSLA
916-
plugins_errors_fatal: yes
917-
output_action: none
918-
delay: 5
919-
if: ${{ success() || failure() }}
920907
- name: 📸 Website screenshot - XKCD of the day
921908
uses: lowlighter/metrics@master
922909
with:
@@ -931,6 +918,19 @@ jobs:
931918
output_action: none
932919
delay: 5
933920
if: ${{ success() || failure() }}
921+
- name: 💹 Stock prices - Stock prices from Tesla
922+
uses: lowlighter/metrics@master
923+
with:
924+
filename: metrics.plugin.stock.svg
925+
token: NOT_NEEDED
926+
base: ""
927+
plugin_stock: yes
928+
plugin_stock_token: ${{ secrets.STOCK_TOKEN }}
929+
plugin_stock_symbol: TSLA
930+
plugins_errors_fatal: yes
931+
output_action: none
932+
delay: 5
933+
if: ${{ success() || failure() }}
934934
- name: 📗 Classic template - Example
935935
uses: lowlighter/metrics@master
936936
with:

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
263263
<img width="900" height="1" alt="">
264264
</td>
265265
<td align="center">
266-
<details><summary>Latest posts</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
267266
<details open><summary>Latest posts width description and cover image</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.full.svg" alt=""></img></details>
267+
<details><summary>Latest posts</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
268268
<img width="900" height="1" alt="">
269269
</td>
270270
</tr>
@@ -282,17 +282,6 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
282282
<img width="900" height="1" alt="">
283283
</td>
284284
</tr>
285-
<tr>
286-
<th><a href="source/plugins/stock/README.md">💹 Stock prices</a></th>
287-
<th></th>
288-
</tr>
289-
<tr>
290-
<td align="center">
291-
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stock.svg" alt=""></img>
292-
<img width="900" height="1" alt="">
293-
</td>
294-
<td align="center"><img width="900" height="1" alt=""></td>
295-
</tr>
296285
<tr>
297286
<th colspan="2" align="center">
298287
<a href="/README.md#-pluginss">🎲 See also community plugins</a>
@@ -445,14 +434,14 @@ Plugins provide additional content and lets you customize rendered metrics.
445434
* [✒️ Recent posts <sub>`posts`</sub>](/source/plugins/posts/README.md)
446435
* [🗼 Rss feed <sub>`rss`</sub>](/source/plugins/rss/README.md)
447436
* [🗨️ StackOverflow plugin <sub>`stackoverflow`</sub>](/source/plugins/stackoverflow/README.md)
448-
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md)
449437
* [🐤 Latest tweets <sub>`tweets`</sub>](/source/plugins/tweets/README.md)
450438
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
451439

452440
**🎲 Maintained by community**
453441
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
454442
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
455443
* [📸 Website screenshot <sub>`screenshot`</sub>](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter)
444+
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md) by [@lowlighter](https://github.com/lowlighter)
456445

457446
## 💪 Contributing
458447

action.yml

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

settings.example.json

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

source/plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Plugins provide additional content and lets you customize rendered metrics.
4141
* [✒️ Recent posts <sub>`posts`</sub>](/source/plugins/posts/README.md)
4242
* [🗼 Rss feed <sub>`rss`</sub>](/source/plugins/rss/README.md)
4343
* [🗨️ StackOverflow plugin <sub>`stackoverflow`</sub>](/source/plugins/stackoverflow/README.md)
44-
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md)
4544
* [🐤 Latest tweets <sub>`tweets`</sub>](/source/plugins/tweets/README.md)
4645
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
4746

4847
**🎲 Maintained by community**
4948
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
5049
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
5150
* [📸 Website screenshot <sub>`screenshot`</sub>](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter)
51+
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md) by [@lowlighter](https://github.com/lowlighter)

source/plugins/posts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</tr>
1616
<tr>
1717
<td colspan="2" align="center">
18-
<details><summary>Latest posts</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
1918
<details open><summary>Latest posts width description and cover image</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.full.svg" alt=""></img></details>
19+
<details><summary>Latest posts</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
2020
<img width="900" height="1" alt="">
2121
</td>
2222
</tr>

source/plugins/posts/metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "✒️ Recent posts"
22
category: social
33
description: This plugin displays recent articles from a specified external source.
44
examples:
5-
latest posts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg
65
+latest posts width description and cover image: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.full.svg
6+
latest posts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg
77
index: 6
88
supports:
99
- user

source/plugins/starlists/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</tr>
8282
<tr>
8383
<td nowrap="nowrap"><code>plugin_starlists_ignored</code></td>
84-
<td rowspan="2"><p>Skipped star lists (case insensitive)</p>
84+
<td rowspan="2"><p>Skipped star lists (case insensitive, emojis insensitive)</p>
8585
<img width="900" height="1" alt=""></td>
8686
</tr>
8787
<tr>
@@ -92,7 +92,7 @@
9292
</tr>
9393
<tr>
9494
<td nowrap="nowrap"><code>plugin_starlists_only</code></td>
95-
<td rowspan="2"><p>Restrict display to specified star lists (case insensitive)</p>
95+
<td rowspan="2"><p>Restrict display to specified star lists (case insensitive, emojis insensitive)</p>
9696
<p>This option is equivalent to <code>plugin_starlists_ignored</code> with all star lists but the ones listed in this option</p>
9797
<img width="900" height="1" alt=""></td>
9898
</tr>

source/templates/classic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is also the default template.</p>
66
</td></tr>
77
<tr>
88
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
9-
<td><a href="/source/plugins/achievements" title="🏆 Achievements">🏆</a> <a href="/source/plugins/activity" title="📰 Recent activity">📰</a> <a href="/source/plugins/anilist" title="🌸 Anilist watch list and reading list">🌸</a> <a href="/source/plugins/code" title="♐ Code snippet of the day">♐</a> <a href="/source/plugins/discussions" title="💬 Discussions">💬</a> <a href="/source/plugins/followup" title="🎟️ Follow-up of issues and pull requests">🎟️</a> <a href="/source/plugins/gists" title="🎫 Gists">🎫</a> <a href="/source/plugins/habits" title="💡 Coding habits">💡</a> <a href="/source/plugins/introduction" title="🙋 Introduction">🙋</a> <a href="/source/plugins/isocalendar" title="📅 Isometric commit calendar">📅</a> <a href="/source/plugins/languages" title="🈷️ Most used languages">🈷️</a> <a href="/source/plugins/lines" title="👨‍💻 Lines of code changed">👨‍💻</a> <a href="/source/plugins/music" title="🎼 Music plugin">🎼</a> <a href="/source/plugins/nightscout" title="💉 Nightscout">💉</a> <a href="/source/plugins/notable" title="🎩 Notable contributions">🎩</a> <a href="/source/plugins/pagespeed" title="⏱️ Website performances">⏱️</a> <a href="/source/plugins/people" title="🧑‍🤝‍🧑 People plugin">🧑‍🤝‍🧑</a> <a href="/source/plugins/poopmap" title="💩 PoopMap plugin">💩</a> <a href="/source/plugins/posts" title="✒️ Recent posts">✒️</a> <a href="/source/plugins/projects" title="🗂️ Active projects">🗂️</a> <a href="/source/plugins/reactions" title="🎭 Comment reactions">🎭</a> <a href="/source/plugins/repositories" title="📓 Repositories">📓</a> <a href="/source/plugins/rss" title="🗼 Rss feed">🗼</a> <a href="/source/plugins/screenshot" title="📸 Website screenshot">📸</a> <a href="/source/plugins/skyline" title="🌇 GitHub Skyline 3D calendar">🌇</a> <a href="/source/plugins/sponsors" title="💕 GitHub Sponsors">💕</a> <a href="/source/plugins/stackoverflow" title="🗨️ StackOverflow plugin">🗨️</a> <a href="/source/plugins/stargazers" title="✨ Stargazers over last weeks">✨</a> <a href="/source/plugins/starlists" title="💫 Starlists">💫</a> <a href="/source/plugins/stars" title="🌟 Recently starred repositories">🌟</a> <a href="/source/plugins/stock" title="💹 Stock prices">💹</a> <a href="/source/plugins/support" title="💭 GitHub Community Support">💭</a> <a href="/source/plugins/topics" title="📌 Starred topics">📌</a> <a href="/source/plugins/traffic" title="🧮 Repositories traffic">🧮</a> <a href="/source/plugins/tweets" title="🐤 Latest tweets">🐤</a> <a href="/source/plugins/wakatime" title="⏰ WakaTime plugin">⏰</a></td>
9+
<td><a href="/source/plugins/achievements" title="🏆 Achievements">🏆</a> <a href="/source/plugins/activity" title="📰 Recent activity">📰</a> <a href="/source/plugins/anilist" title="🌸 Anilist watch list and reading list">🌸</a> <a href="/source/plugins/code" title="♐ Code snippet of the day">♐</a> <a href="/source/plugins/nightscout" title="💉 Nightscout">💉</a> <a href="/source/plugins/poopmap" title="💩 PoopMap plugin">💩</a> <a href="/source/plugins/screenshot" title="📸 Website screenshot">📸</a> <a href="/source/plugins/stock" title="💹 Stock prices">💹</a> <a href="/source/plugins/discussions" title="💬 Discussions">💬</a> <a href="/source/plugins/followup" title="🎟️ Follow-up of issues and pull requests">🎟️</a> <a href="/source/plugins/gists" title="🎫 Gists">🎫</a> <a href="/source/plugins/habits" title="💡 Coding habits">💡</a> <a href="/source/plugins/introduction" title="🙋 Introduction">🙋</a> <a href="/source/plugins/isocalendar" title="📅 Isometric commit calendar">📅</a> <a href="/source/plugins/languages" title="🈷️ Most used languages">🈷️</a> <a href="/source/plugins/lines" title="👨‍💻 Lines of code changed">👨‍💻</a> <a href="/source/plugins/music" title="🎼 Music plugin">🎼</a> <a href="/source/plugins/notable" title="🎩 Notable contributions">🎩</a> <a href="/source/plugins/pagespeed" title="⏱️ Website performances">⏱️</a> <a href="/source/plugins/people" title="🧑‍🤝‍🧑 People plugin">🧑‍🤝‍🧑</a> <a href="/source/plugins/posts" title="✒️ Recent posts">✒️</a> <a href="/source/plugins/projects" title="🗂️ Active projects">🗂️</a> <a href="/source/plugins/reactions" title="🎭 Comment reactions">🎭</a> <a href="/source/plugins/repositories" title="📓 Repositories">📓</a> <a href="/source/plugins/rss" title="🗼 Rss feed">🗼</a> <a href="/source/plugins/skyline" title="🌇 GitHub Skyline 3D calendar">🌇</a> <a href="/source/plugins/sponsors" title="💕 GitHub Sponsors">💕</a> <a href="/source/plugins/stackoverflow" title="🗨️ StackOverflow plugin">🗨️</a> <a href="/source/plugins/stargazers" title="✨ Stargazers over last weeks">✨</a> <a href="/source/plugins/starlists" title="💫 Starlists">💫</a> <a href="/source/plugins/stars" title="🌟 Recently starred repositories">🌟</a> <a href="/source/plugins/support" title="💭 GitHub Community Support">💭</a> <a href="/source/plugins/topics" title="📌 Starred topics">📌</a> <a href="/source/plugins/traffic" title="🧮 Repositories traffic">🧮</a> <a href="/source/plugins/tweets" title="🐤 Latest tweets">🐤</a> <a href="/source/plugins/wakatime" title="⏰ WakaTime plugin">⏰</a></td>
1010
</tr>
1111
<tr>
1212
<td><code>👤 Users</code> <code>👥 Organizations</code></td>

0 commit comments

Comments
 (0)