Auto-regenerate files
This commit is contained in:
@@ -38,6 +38,9 @@ Generate your metrics that you can embed everywhere, including your GitHub profi
|
||||
</td>
|
||||
<td align="center">
|
||||
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.contributors.svg">
|
||||
<details open><summary>With number of contributions</summary>
|
||||
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.contributors.contributions.svg">
|
||||
</details>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
10
action.yml
10
action.yml
@@ -210,6 +210,16 @@ inputs:
|
||||
description: Head reference
|
||||
default: master
|
||||
|
||||
# Ignored contributors (useful to ignore bots users)
|
||||
plugin_contributors_ignored:
|
||||
description: Contributors to ignore
|
||||
default: github-actions[bot]
|
||||
|
||||
# Display total contributions for each contributor
|
||||
plugin_contributors_contributions:
|
||||
description: Display contributions
|
||||
default: no
|
||||
|
||||
# ====================================================================================
|
||||
# 🎟️ Follow-up of issues and pull requests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user