Auto-regenerate files
This commit is contained in:
@@ -198,6 +198,9 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.notable.svg">
|
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.notable.svg">
|
||||||
|
<details open><summary>With repository name</summary>
|
||||||
|
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.notable.repositories.svg">
|
||||||
|
</details>
|
||||||
<img width="900" height="1" alt="">
|
<img width="900" height="1" alt="">
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
|
|||||||
17
action.yml
generated
17
action.yml
generated
@@ -125,7 +125,10 @@ inputs:
|
|||||||
|
|
||||||
# Define additional CSS that will be injected in used template
|
# Define additional CSS that will be injected in used template
|
||||||
# Example:
|
# Example:
|
||||||
# config_
|
# config_extras_css꞉ |
|
||||||
|
# h2 {
|
||||||
|
# color: red;
|
||||||
|
# }
|
||||||
extras_css:
|
extras_css:
|
||||||
description: Extra CSS
|
description: Extra CSS
|
||||||
default: ""
|
default: ""
|
||||||
@@ -645,6 +648,18 @@ inputs:
|
|||||||
description: Display notable contributions in organizations
|
description: Display notable contributions in organizations
|
||||||
default: no
|
default: no
|
||||||
|
|
||||||
|
# Query filter
|
||||||
|
# Based on GitHub search notation
|
||||||
|
# Supported fields are "stars", "forks" and "watchers"
|
||||||
|
plugin_notable_filter:
|
||||||
|
description: Query filter
|
||||||
|
default: ""
|
||||||
|
|
||||||
|
# Also display repository name along with organization name
|
||||||
|
plugin_notable_repositories:
|
||||||
|
description: Also display repository name
|
||||||
|
default: no
|
||||||
|
|
||||||
# ====================================================================================
|
# ====================================================================================
|
||||||
# 💭 GitHub Community Support
|
# 💭 GitHub Community Support
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user