From e721409bd424e165362808c8bb9dacf589c86ea3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 15:44:20 +0000 Subject: [PATCH] ci: auto-regenerate files --- README.md | 2 +- action.yml | 16 +++++++ source/plugins/repositories/README.md | 60 +++++++++++++++++++++++++++ 3 files changed, 77 insertions(+), 1 deletion(-) 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 -

đź§© Customizable with 40 plugins and 276 options!

+

đź§© Customizable with 40 plugins and 280 options!

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
+