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

@@ -81,24 +81,14 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
</tr>
<tr>
<td align="center">
<details open><summary>By contribution types</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.contributors.categories.svg">
</details>
<details><summary>By number of contributions</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.contributors.contributions.svg">
</details>
<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>
<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>
<img width="900" height="1" alt="">
</td>
<td align="center">
<details open><summary>Indepth analysis</summary>
<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>
<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>
<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>
<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>
<img width="900" height="1" alt="">
</td>
</tr>
@@ -160,12 +150,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<img width="900" height="1" alt="">
</td>
<td align="center">
<details open><summary>Indepth analysis</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.notable.indepth.svg">
</details>
<details><summary>Contributions in organizations only</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.notable.svg">
</details>
<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>
<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>
<img width="900" height="1" alt="">
</td>
</tr>

70
action.yml generated
View File

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

6
settings.example.json generated
View File

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