ci: auto-regenerate files
This commit is contained in:
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2" align="center">
|
<th colspan="2" align="center">
|
||||||
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 262 options!</a></h3>
|
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 265 options!</a></h3>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -182,7 +182,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.svg" alt=""></img>
|
<details open><summary>Featured</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.svg" alt=""></img></details>
|
||||||
|
<details><summary>Pinned</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.pinned.svg" alt=""></img></details>
|
||||||
<img width="900" height="1" alt="">
|
<img width="900" height="1" alt="">
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
|
|||||||
12
action.yml
generated
12
action.yml
generated
@@ -449,6 +449,10 @@ inputs:
|
|||||||
description: Indepth analysis
|
description: Indepth analysis
|
||||||
default: <default-value>
|
default: <default-value>
|
||||||
|
|
||||||
|
plugin_followup_archived:
|
||||||
|
description: Include Issues and Pull requests on the archived repositories.
|
||||||
|
default: <default-value>
|
||||||
|
|
||||||
# ====================================================================================
|
# ====================================================================================
|
||||||
# 🎭 Comment reactions
|
# 🎭 Comment reactions
|
||||||
|
|
||||||
@@ -744,6 +748,10 @@ inputs:
|
|||||||
description: List of featured repositories
|
description: List of featured repositories
|
||||||
default: <default-value>
|
default: <default-value>
|
||||||
|
|
||||||
|
plugin_repositories_pinned:
|
||||||
|
description: Display pinned repositories
|
||||||
|
default: <default-value>
|
||||||
|
|
||||||
# ====================================================================================
|
# ====================================================================================
|
||||||
# 🎫 Gists
|
# 🎫 Gists
|
||||||
|
|
||||||
@@ -873,6 +881,10 @@ inputs:
|
|||||||
description: PageSpeed token
|
description: PageSpeed token
|
||||||
default: <default-value>
|
default: <default-value>
|
||||||
|
|
||||||
|
plugin_pagespeed_pwa:
|
||||||
|
description: Display PWA Status
|
||||||
|
default: <default-value>
|
||||||
|
|
||||||
# ====================================================================================
|
# ====================================================================================
|
||||||
# 🗨️ StackOverflow plugin
|
# 🗨️ StackOverflow plugin
|
||||||
|
|
||||||
|
|||||||
@@ -69,6 +69,17 @@
|
|||||||
<br>
|
<br>
|
||||||
<b>default:</b> no<br></td>
|
<b>default:</b> no<br></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td nowrap="nowrap"><h4><code>plugin_followup_archived</code></h4></td>
|
||||||
|
<td rowspan="2"><p>Include Issues and Pull requests on the archived repositories.</p>
|
||||||
|
<img width="900" height="1" alt=""></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
|
||||||
|
<b>type:</b> <code>boolean</code>
|
||||||
|
<br>
|
||||||
|
<b>default:</b> yes<br></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!--/options-->
|
<!--/options-->
|
||||||
|
|
||||||
@@ -114,5 +125,16 @@ with:
|
|||||||
plugin_followup: yes
|
plugin_followup: yes
|
||||||
plugin_followup_indepth: yes
|
plugin_followup_indepth: yes
|
||||||
|
|
||||||
|
```
|
||||||
|
```yaml
|
||||||
|
name: Exclude Archived
|
||||||
|
uses: lowlighter/metrics@latest
|
||||||
|
with:
|
||||||
|
filename: metrics.plugin.followup.archived.svg
|
||||||
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
base: ""
|
||||||
|
plugin_followup: yes
|
||||||
|
plugin_followup_archived: no
|
||||||
|
|
||||||
```
|
```
|
||||||
<!--/examples-->
|
<!--/examples-->
|
||||||
|
|||||||
@@ -95,6 +95,17 @@ It uses <a href="https://developers.google.com/speed/docs/insights/v5/get-starte
|
|||||||
<b>type:</b> <code>token</code>
|
<b>type:</b> <code>token</code>
|
||||||
<br></td>
|
<br></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td nowrap="nowrap"><h4><code>plugin_pagespeed_pwa</code></h4></td>
|
||||||
|
<td rowspan="2"><p>Display PWA Status</p>
|
||||||
|
<img width="900" height="1" alt=""></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
|
||||||
|
<b>type:</b> <code>boolean</code>
|
||||||
|
<br>
|
||||||
|
<b>default:</b> no<br></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!--/options-->
|
<!--/options-->
|
||||||
|
|
||||||
@@ -138,5 +149,18 @@ with:
|
|||||||
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
|
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
|
||||||
plugin_pagespeed_url: https://lecoq.io
|
plugin_pagespeed_url: https://lecoq.io
|
||||||
|
|
||||||
|
```
|
||||||
|
```yaml
|
||||||
|
name: Succint report with PWA
|
||||||
|
uses: lowlighter/metrics@latest
|
||||||
|
with:
|
||||||
|
filename: metrics.plugin.pagespeed.svg
|
||||||
|
token: NOT_NEEDED
|
||||||
|
base: ""
|
||||||
|
plugin_pagespeed: yes
|
||||||
|
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
|
||||||
|
plugin_pagespeed_url: https://lecoq.io
|
||||||
|
plugin_pagespeed_pwa: yes
|
||||||
|
|
||||||
```
|
```
|
||||||
<!--/examples-->
|
<!--/examples-->
|
||||||
|
|||||||
@@ -20,7 +20,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" align="center">
|
<td colspan="2" align="center">
|
||||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.svg" alt=""></img>
|
<details open><summary>Featured</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.svg" alt=""></img></details>
|
||||||
|
<details><summary>Pinned</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.pinned.svg" alt=""></img></details>
|
||||||
<img width="900" height="1" alt="">
|
<img width="900" height="1" alt="">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -56,6 +57,20 @@
|
|||||||
<i>(comma-separated)</i>
|
<i>(comma-separated)</i>
|
||||||
<br></td>
|
<br></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td nowrap="nowrap"><h4><code>plugin_repositories_pinned</code></h4></td>
|
||||||
|
<td rowspan="2"><p>Display pinned repositories</p>
|
||||||
|
<img width="900" height="1" alt=""></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
|
||||||
|
<b>type:</b> <code>number</code>
|
||||||
|
<i>(0 ≤
|
||||||
|
𝑥
|
||||||
|
≤ 6)</i>
|
||||||
|
<br>
|
||||||
|
<b>default:</b> 0<br></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!--/options-->
|
<!--/options-->
|
||||||
|
|
||||||
@@ -72,5 +87,16 @@ with:
|
|||||||
plugin_repositories: yes
|
plugin_repositories: yes
|
||||||
plugin_repositories_featured: lowlighter/metrics
|
plugin_repositories_featured: lowlighter/metrics
|
||||||
|
|
||||||
|
```
|
||||||
|
```yaml
|
||||||
|
name: Pinned repositories
|
||||||
|
uses: lowlighter/metrics@latest
|
||||||
|
with:
|
||||||
|
filename: metrics.plugin.repositories.pinned.svg
|
||||||
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
base: ""
|
||||||
|
plugin_repositories: yes
|
||||||
|
plugin_repositories_pinned: 2
|
||||||
|
|
||||||
```
|
```
|
||||||
<!--/examples-->
|
<!--/examples-->
|
||||||
|
|||||||
Reference in New Issue
Block a user