diff --git a/README.md b/README.md
index e89ae7e5..bf52e917 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 560fbfea..a6c8d43c 100644
--- a/action.yml
+++ b/action.yml
@@ -636,6 +636,22 @@ inputs:
description: Pinned repositories
default:
+ plugin_repositories_starred:
+ description: Featured most starred repositories
+ default:
+
+ plugin_repositories_random:
+ description: Featured random repositories
+ default:
+
+ plugin_repositories_order:
+ description: Featured repositories display order
+ default:
+
+ plugin_repositories_affiliations:
+ description: Repositories affiliations
+ default:
+
# ====================================================================================
# đź’¬ Discussions
diff --git a/source/plugins/repositories/README.md b/source/plugins/repositories/README.md
index 95681528..902effa3 100644
--- a/source/plugins/repositories/README.md
+++ b/source/plugins/repositories/README.md
@@ -74,6 +74,66 @@ All product and company names are trademarks™ or registered® trademarks of th
default: 0
+
+ plugin_repositories_starred
|
+ Featured most starred repositories
+![]() |
+
+
+ ✨ On master/main
+type: number
+(0 ≤
+𝑥
+≤ 100)
+
+default: 0
|
+
+
+ plugin_repositories_random
|
+ Featured random repositories
+![]() |
+
+
+ ✨ On master/main
+type: number
+(0 ≤
+𝑥
+≤ 100)
+
+default: 0
|
+
+
+ plugin_repositories_order
|
+ Featured repositories display order
+![]() |
+
+
+ ✨ On master/main
+type: array
+
+default: featured, pinned, starred, random
+allowed values:- featured
- pinned
- starred
- random
|
+
+
+ plugin_repositories_affiliations
|
+ Repositories affiliations
+
+owner: owned repositories
+collaborator: repositories with push access
+organization_member: repositories from an organization where user is a member
+
+Set to "" to disable and fetch all repositories related to given account.
+This option changes which repositories will be fetched by plugin_repositories_starred and plugin_repositories_random options
+![]() |
+
+
+ ✨ On master/main
+type: array
+(comma-separated)
+
+default: owner
+allowed values:- owner
- collaborator
- organization_member
|
+