Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-05-27 10:57:31 +00:00
parent 47473327b0
commit 41166790d4
2 changed files with 14 additions and 2 deletions

14
action.yml generated
View File

@@ -180,7 +180,7 @@ inputs:
# Specify one value (for both width and height) or two values (one for width and one for height) # Specify one value (for both width and height) or two values (one for width and one for height)
config_padding: config_padding:
description: Image padding description: Image padding
default: 0, 7% default: 0, 7.5%
# Metrics output format # Metrics output format
config_output: config_output:
@@ -310,6 +310,18 @@ inputs:
description: Indepth languages processing (see documentation before enabling) description: Indepth languages processing (see documentation before enabling)
default: false default: false
# Number of activity events to load (for recently used languages statistics)
# A high number will consume more requests
plugin_languages_recent_load:
description: Number of events to load (for recently used section)
default: 300
# Filter events by age (for recently used languages statistics)
# Set to 0 to disable age filtering
plugin_languages_recent_days:
description: Maximum event age (for recently used section)
default: 14
# ==================================================================================== # ====================================================================================
# 🙋 Introduction # 🙋 Introduction

2
settings.example.json generated
View File

@@ -13,7 +13,7 @@
"debug.headless": false, "//": "Debug puppeteer process", "debug.headless": false, "//": "Debug puppeteer process",
"mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)", "mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)",
"repositories": 100, "//": "Number of repositories to use", "repositories": 100, "//": "Number of repositories to use",
"padding": ["0", "7%"], "//": "Image padding (default)", "padding": ["0", "7.5%"], "//": "Image padding (default)",
"hosted": { "hosted": {
"by": "", "//": "Web instance host (displayed in footer)", "by": "", "//": "Web instance host (displayed in footer)",
"link": "", "//": "Web instance host link (displayed in footer)" "link": "", "//": "Web instance host link (displayed in footer)"