ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-01-16 04:00:11 +00:00
parent 144de2b3b0
commit 20ab1e9780
3 changed files with 50 additions and 72 deletions

View File

@@ -80,27 +80,17 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<th><a href="source/plugins/followup/README.md">🎟️ Follow-up of issues and pull requests</a></th> <th><a href="source/plugins/followup/README.md">🎟️ Follow-up of issues and pull requests</a></th>
</tr> </tr>
<tr> <tr>
<td align="center"> <td align="center">
<details open><summary>By contribution types</summary> <details open><summary>By contribution types</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.contributors.categories.svg" alt=""></img></details>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.contributors.categories.svg"> <details><summary>By number of contributions</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.contributors.contributions.svg" alt=""></img></details>
</details> <img width="900" height="1" alt="">
<details><summary>By number of contributions</summary> </td>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.contributors.contributions.svg"> <td align="center">
</details> <details open><summary>Indepth analysis</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.followup.indepth.svg" alt=""></img></details>
<img width="900" height="1" alt=""> <details><summary>Created on an user's repositories</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.followup.svg" alt=""></img></details>
</td> <details><summary>Created by an user</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.followup.user.svg" alt=""></img></details>
<td align="center"> <img width="900" height="1" alt="">
<details open><summary>Indepth analysis</summary> </td>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.followup.indepth.svg">
</details>
<details><summary>Created on an user's repositories</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.followup.svg">
</details>
<details><summary>Created by an user</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.followup.user.svg">
</details>
<img width="900" height="1" alt="">
</td>
</tr> </tr>
<tr> <tr>
<th><a href="source/plugins/reactions/README.md">🎭 Comment reactions</a></th> <th><a href="source/plugins/reactions/README.md">🎭 Comment reactions</a></th>
@@ -159,15 +149,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<details><summary>Detailed display</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.svg" alt=""></img></details> <details><summary>Detailed display</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.svg" alt=""></img></details>
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
<td align="center"> <td align="center">
<details open><summary>Indepth analysis</summary> <details open><summary>Indepth analysis</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.notable.indepth.svg" alt=""></img></details>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.notable.indepth.svg"> <details><summary>Contributions in organizations only</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.notable.svg" alt=""></img></details>
</details> <img width="900" height="1" alt="">
<details><summary>Contributions in organizations only</summary> </td>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.notable.svg">
</details>
<img width="900" height="1" alt="">
</td>
</tr> </tr>
<tr> <tr>
<th><a href="source/plugins/discussions/README.md">💬 Discussions</a></th> <th><a href="source/plugins/discussions/README.md">💬 Discussions</a></th>

70
action.yml generated
View File

@@ -470,44 +470,39 @@ inputs:
# ==================================================================================== # ====================================================================================
# 🏅 Repository contributors # 🏅 Repository contributors
# Enable or disable plugin
plugin_contributors: plugin_contributors:
description: Display repository contributors description: Enable contributors plugin
default: no default: no
# Base reference (commit, tag, branch, etc.)
plugin_contributors_base: plugin_contributors_base:
description: Base reference description: Base reference (commit, tag, branch, etc.)
default: "" default: ""
# Head reference (commit, tag, branch, etc.)
plugin_contributors_head: plugin_contributors_head:
description: Head reference description: Head reference (commit, tag, branch, etc.)
default: master default: master
# Ignored contributors (useful to ignore bots users)
plugin_contributors_ignored:
description: Contributors to ignore
default: github-actions[bot], dependabot[bot], dependabot-preview[bot]
# Display total contributions for each contributor plugin_contributors_ignored:
description: Ignored users
default: ""
plugin_contributors_contributions: plugin_contributors_contributions:
description: Display contributions description: Toggle number of contributions display
default: no default: no
# Sections to display
plugin_contributors_sections: plugin_contributors_sections:
description: Sections to display description: Displayed sections
default: contributors 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: plugin_contributors_categories:
description: Contributions categories description: Configure contribution categories
default: | default: |
{ {
"📚 Documentation": ["README.md", "docs/**"], "📚 Documentation": ["README.md", "docs/**"],
@@ -518,19 +513,19 @@ inputs:
# ==================================================================================== # ====================================================================================
# 🎟️ Follow-up of issues and pull requests # 🎟️ Follow-up of issues and pull requests
# Enable or disable plugin
plugin_followup: plugin_followup:
description: Display follow-up of repositories issues and pull requests description: Enable followup plugin
default: no default: no
# Sections to display
plugin_followup_sections: plugin_followup_sections:
description: Sections to display description: Displayed sections
default: repositories default: repositories
# Compute issues and pull requests per repositories with special highlighting for maintainers and specified users
plugin_followup_indepth: plugin_followup_indepth:
description: Indepth follow-up processing description: Indepth analysis
default: no default: no
# ==================================================================================== # ====================================================================================
@@ -781,32 +776,29 @@ inputs:
# ==================================================================================== # ====================================================================================
# 🎩 Notable contributions # 🎩 Notable contributions
# Enable or disable plugin
plugin_notable: plugin_notable:
description: Display notable contributions in organizations description: Enable notable plugin
default: no default: no
# Query filter
# Based on GitHub search notation
# Supported fields are "stars", "forks" and "watchers"
plugin_notable_filter: plugin_notable_filter:
description: Query filter description: Query filter
default: "" default: ""
# Filter repositories depending on which type of account it is hosted
plugin_notable_from: plugin_notable_from:
description: Filter by repository host account type description: Filter by repository owner account type
default: organization default: organization
# Also display repository name along with organization name
# Note that repositories hosted by user account will always be displayed fully
plugin_notable_repositories: plugin_notable_repositories:
description: Also display repository name description: Toggle repository name display
default: no default: no
# Compute notable contributions with measured impact
plugin_notable_indepth: plugin_notable_indepth:
description: Indepth notable contributions processing description: Indepth mode
default: no default: no
# ==================================================================================== # ====================================================================================

6
settings.example.json generated
View File

@@ -51,10 +51,10 @@
"enabled": false, "//": "Display coding habits metrics" "enabled": false, "//": "Display coding habits metrics"
}, },
"contributors":{ "contributors":{
"enabled": false, "//": "Display repository contributors" "enabled": false, "//": "Enable contributors plugin"
}, },
"followup":{ "followup":{
"enabled": false, "//": "Display follow-up of repositories issues and pull requests" "enabled": false, "//": "Enable followup plugin"
}, },
"reactions":{ "reactions":{
"enabled": false, "//": "Enable reactions plugin" "enabled": false, "//": "Enable reactions plugin"
@@ -78,7 +78,7 @@
"enabled": false, "//": "Enable achievements plugin" "enabled": false, "//": "Enable achievements plugin"
}, },
"notable":{ "notable":{
"enabled": false, "//": "Display notable contributions in organizations" "enabled": false, "//": "Enable notable plugin"
}, },
"discussions":{ "discussions":{
"enabled": false, "//": "Enable discussions plugin" "enabled": false, "//": "Enable discussions plugin"