diff --git a/README.md b/README.md index 5f565ffe..4dcb359d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile -

🧩 Customizable with 39 plugins and 248 options!

+

🧩 Customizable with 39 plugins and 249 options!

diff --git a/action.yml b/action.yml index 15192af7..6ba218c1 100644 --- a/action.yml +++ b/action.yml @@ -469,6 +469,10 @@ inputs: description: Toggle identicons display default: + plugin_people_identicons_hide: + description: Hide identicons display + default: + plugin_people_size: description: Profile picture display size default: diff --git a/source/plugins/people/README.md b/source/plugins/people/README.md index 577a9db9..59149b0a 100644 --- a/source/plugins/people/README.md +++ b/source/plugins/people/README.md @@ -62,6 +62,20 @@ type: boolean
+default: no
+ + +

plugin_people_identicons_hide

+

Hide identicons display

+

This can be used to mask user who did not setup a personal profile picture.

+

When used with plugin_people_identicons, users who did not setup a personal profile picture +will still be filtered out, but will have their picture replaced by an identicon instead.

+ + + + ✨ On master/main
+type: boolean +
default: no