diff --git a/README.md b/README.md index a2a09c9e..cdc54895 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 240 options!

+

🧩 Customizable with 39 plugins and 242 options!

diff --git a/action.yml b/action.yml index b0da213d..172f8dca 100644 --- a/action.yml +++ b/action.yml @@ -129,6 +129,10 @@ inputs: description: Use GitHub custom emojis default: + config_octicon: + description: Use GitHub octicons + default: + config_display: description: Display width (for image output formats) default: @@ -635,6 +639,10 @@ inputs: description: Indepth mode default: + plugin_notable_types: + description: Contribution types filter + default: + # ==================================================================================== # 💬 Discussions diff --git a/source/plugins/core/README.md b/source/plugins/core/README.md index 2c14d6b6..a02b4b22 100644 --- a/source/plugins/core/README.md +++ b/source/plugins/core/README.md @@ -664,6 +664,24 @@ See full list at https://api.github.com/ type: boolean
default: yes
+ + +

config_octicon

+

Use GitHub octicons

+

Octicons are open-sourced icons provided by GitHub. +See full list at https://primer.style/octicons.

+

To include an octicon, use the following syntax: :octicon-{name}-{size}:. +Size must be a supported icon size (12, 16 or 24). +16px octicons can omit size and directly use :octicon-{name}: syntax.

+

May increase filesize

+ + + + ⏭️ Global option
+✨ On master/main
+type: boolean +
+default: no

config_display

diff --git a/source/plugins/notable/README.md b/source/plugins/notable/README.md index 4c354e5c..4937d3d1 100644 --- a/source/plugins/notable/README.md +++ b/source/plugins/notable/README.md @@ -102,6 +102,25 @@ Some repositories may not be able to reported advanced stats and in the case the
default: no
+ +

plugin_notable_types

+

Contribution types filter

+

Use a combination of below values to include repositories where:

+
    +
  • commit: a commit on default branch was made
  • +
  • pull_request: a pull request was opened
  • +
  • issue: an issue was opened
  • +
+ + + + ✨ On master/main
+type: array +(comma-separated) +
+default: commit
+allowed values:
  • commit
  • pull_request
  • issue
+