Auto-regenerate files
This commit is contained in:
@@ -95,7 +95,10 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
|||||||
<img width="900" height="1" alt="">
|
<img width="900" height="1" alt="">
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.contributors.svg">
|
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.contributors.categories.svg">
|
||||||
|
<details><summary>Raw list with names</summary>
|
||||||
|
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.contributors.svg">
|
||||||
|
</details>
|
||||||
<details><summary>With number of contributions</summary>
|
<details><summary>With number of contributions</summary>
|
||||||
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.contributors.contributions.svg">
|
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.contributors.contributions.svg">
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
20
action.yml
generated
20
action.yml
generated
@@ -449,6 +449,26 @@ inputs:
|
|||||||
description: Display contributions
|
description: Display contributions
|
||||||
default: no
|
default: no
|
||||||
|
|
||||||
|
# Sections to display
|
||||||
|
plugin_contributors_sections:
|
||||||
|
description: Sections to display
|
||||||
|
default: contributors
|
||||||
|
|
||||||
|
# Contributions categories
|
||||||
|
# This requires "plugin_contributors_sections" to have "categories" in it to be effective
|
||||||
|
#
|
||||||
|
# Pass a JSON object which contains a mapping of category with fileglobs.
|
||||||
|
# Contributors will be sorted into each category to reflect their contributions.
|
||||||
|
# Note that order a file will only match the first category matching
|
||||||
|
plugin_contributors_categories:
|
||||||
|
description: Contributions categories
|
||||||
|
default: |
|
||||||
|
{
|
||||||
|
"📚 Documentation": ["README.md", "docs/**"],
|
||||||
|
"💻 Code": ["source/**", "src/**"],
|
||||||
|
"#️⃣ Others": ["*"]
|
||||||
|
}
|
||||||
|
|
||||||
# ====================================================================================
|
# ====================================================================================
|
||||||
# 🌟 Recently starred repositories
|
# 🌟 Recently starred repositories
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user