From 41166790d431f91d3dcae88005cc08c966c4a903 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 10:57:31 +0000 Subject: [PATCH] Auto-regenerate files --- action.yml | 14 +++++++++++++- settings.example.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8ee3216b..295a8910 100644 --- a/action.yml +++ b/action.yml @@ -180,7 +180,7 @@ inputs: # Specify one value (for both width and height) or two values (one for width and one for height) config_padding: description: Image padding - default: 0, 7% + default: 0, 7.5% # Metrics output format config_output: @@ -310,6 +310,18 @@ inputs: description: Indepth languages processing (see documentation before enabling) 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 diff --git a/settings.example.json b/settings.example.json index 92e9c7bb..89e92df1 100644 --- a/settings.example.json +++ b/settings.example.json @@ -13,7 +13,7 @@ "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)", "repositories": 100, "//": "Number of repositories to use", - "padding": ["0", "7%"], "//": "Image padding (default)", + "padding": ["0", "7.5%"], "//": "Image padding (default)", "hosted": { "by": "", "//": "Web instance host (displayed in footer)", "link": "", "//": "Web instance host link (displayed in footer)"