Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-04-18 18:47:55 +00:00
parent 32b61f0b70
commit ec03286c90
2 changed files with 19 additions and 1 deletions

View File

@@ -198,6 +198,9 @@ And you can customize these heavily with plugins, templates and hundreds of opti
<tr>
<td align="center">
<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="">
</td>
<td align="center">

17
action.yml generated
View File

@@ -125,7 +125,10 @@ inputs:
# Define additional CSS that will be injected in used template
# Example:
# config_
# config_extras_css |
# h2 {
# color: red;
# }
extras_css:
description: Extra CSS
default: ""
@@ -645,6 +648,18 @@ inputs:
description: Display notable contributions in organizations
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