ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-03-22 06:59:50 +00:00
parent 95a8102195
commit 7c09b71c76
5 changed files with 20 additions and 7 deletions

View File

@@ -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 39 plugins and 247 options!</a></h3> <h3><a href="/README.md#-plugins">🧩 Customizable with 39 plugins and 248 options!</a></h3>
</th> </th>
</tr> </tr>
<tr> <tr>
@@ -470,6 +470,5 @@ Copyright (c) 2020-present lowlighter
``` ```
![Sponsors](https://github.com/lowlighter/metrics/blob/examples/metrics.sponsors.svg) ![Sponsors](https://github.com/lowlighter/metrics/blob/examples/metrics.sponsors.svg)
![Contributors](https://github.com/lowlighter/metrics/blob/examples/metrics.contributors.svg)

6
action.yml generated
View File

@@ -735,6 +735,10 @@ inputs:
description: Displayed sections description: Displayed sections
default: <default-value> default: <default-value>
plugin_sponsors_past:
description: Display past sponsorships
default: <default-value>
# ==================================================================================== # ====================================================================================
# 💫 Starlists # 💫 Starlists
@@ -1014,7 +1018,7 @@ inputs:
default: <default-value> default: <default-value>
plugin_wakatime_languages_other: plugin_wakatime_languages_other:
description: Including Other Languages description: Include other languages
default: <default-value> default: <default-value>
# ==================================================================================== # ====================================================================================

View File

@@ -168,9 +168,6 @@ with:
repo: metrics repo: metrics
plugin_people: yes plugin_people: yes
plugin_people_types: contributors, stargazers, watchers, sponsors plugin_people_types: contributors, stargazers, watchers, sponsors
plugin_people_sponsors_custom: >-
iamsainikhil, yutkat, KasparJohannesSchneider, ktnkk, tfSheol, haribo-io,
marcreichel, OmaarElAmri, naveensrinivasan
``` ```
<!--/examples--> <!--/examples-->

View File

@@ -56,6 +56,18 @@
<b>default:</b> goal, about<br> <b>default:</b> goal, about<br>
<b>allowed values:</b><ul><li>goal</li><li>about</li></ul></td> <b>allowed values:</b><ul><li>goal</li><li>about</li></ul></td>
</tr> </tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_sponsors_past</code></h4></td>
<td rowspan="2"><p>Display past sponsorships</p>
<p>This feature requires a token from target account, as past sponsorships are gathered from sponsors activity and is private data.</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-->
@@ -71,6 +83,7 @@ with:
base: "" base: ""
plugin_sponsors: yes plugin_sponsors: yes
plugin_sponsors_sections: goal plugin_sponsors_sections: goal
plugin_sponsors_past: yes
``` ```
```yaml ```yaml

View File

@@ -119,7 +119,7 @@
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><h4><code>plugin_wakatime_languages_other</code></h4></td> <td nowrap="nowrap"><h4><code>plugin_wakatime_languages_other</code></h4></td>
<td rowspan="2"><p>Including Other Languages</p> <td rowspan="2"><p>Include other languages</p>
<img width="900" height="1" alt=""></td> <img width="900" height="1" alt=""></td>
</tr> </tr>
<tr> <tr>