diff --git a/README.md b/README.md
index 45109941..0866fd53 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
-
+
|
diff --git a/action.yml b/action.yml
index e1d6da1e..8f8d67ef 100644
--- a/action.yml
+++ b/action.yml
@@ -313,10 +313,18 @@ inputs:
description: Indepth mode
default:
+ plugin_languages_indepth_custom:
+ description: Indepth mode - Custom repositories
+ default:
+
plugin_languages_analysis_timeout:
description: Indepth mode - Analysis timeout
default:
+ plugin_languages_analysis_timeout_repositories:
+ description: Indepth mode - Analysis timeout (repositories)
+ default:
+
plugin_languages_categories:
description: Indepth mode - Displayed categories (most-used section)
default:
@@ -326,11 +334,11 @@ inputs:
default:
plugin_languages_recent_load:
- description: Events to load (recently-used section)
+ description: Indepth mode - Events to load (recently-used section)
default:
plugin_languages_recent_days:
- description: Events maximum age (day, recently-used section)
+ description: Indepth mode - Events maximum age (day, recently-used section)
default:
# ====================================================================================
diff --git a/source/plugins/languages/README.md b/source/plugins/languages/README.md
index eed026f3..537ff60f 100644
--- a/source/plugins/languages/README.md
+++ b/source/plugins/languages/README.md
@@ -166,6 +166,32 @@ It will be automatically hidden if empty.
type: boolean
default: false
+
+
+ plugin_languages_indepth_custom
|
+ Indepth mode - Custom repositories
+Specify a list of additional repositories to analyze.
+Below are the supported syntax formats:
+
+owner/repo (e.g. lowlighter/metrics)
+owner/repo@branch (e.g. lowlighter/metrics@main)
+owner/repo@branch:commits (e.g. lowlighter/metrics@main:v1.0..v1.1)
+- See
git rev-list documentation for more information about commits syntax
+
+
+
+It is possible to specify repositories that are not hosted on github.com by passing a full url instead.
+In this case the repository must be accessible directly.
+
+ℹ️ This option bypass plugin_languages_skipped
+
+![]() |
+
+
+ ✨ On master/main
+type: array
+(comma-separated)
+
|
plugin_languages_analysis_timeout
|
@@ -176,9 +202,24 @@ It will be automatically hidden if empty.
type: number
(1 ≤
𝑥
-≤ 30)
+≤ 60)
default: 15
|
+
+
+ plugin_languages_analysis_timeout_repositories
|
+ Indepth mode - Analysis timeout (repositories)
+![]() |
+
+
+ ✨ On master/main
+type: number
+(0 ≤
+𝑥
+≤ 15)
+
+zero behaviour: disable
+default: 7.5
|
plugin_languages_categories
|
@@ -206,7 +247,7 @@ It will be automatically hidden if empty.
plugin_languages_recent_load
|
- Events to load (recently-used section)
+ | Indepth mode - Events to load (recently-used section)
![]() |
@@ -219,7 +260,7 @@ It will be automatically hidden if empty.
plugin_languages_recent_days
|
- Events maximum age (day, recently-used section)
+ | Indepth mode - Events maximum age (day, recently-used section)
![]() |