diff --git a/README.md b/README.md
index a944af36..3529e639 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,9 @@ And you can customize these heavily with plugins, templates and hundreds of opti
+ With repository name
+
+
diff --git a/action.yml b/action.yml
index 6e9187b2..7ecb0c8f 100644
--- a/action.yml
+++ b/action.yml
@@ -125,7 +125,10 @@ inputs:
# Define additional CSS that will be injected in used template
# Example:
- # config_
+ # config_extras_css꞉ |
+ # h2 {
+ # color: red;
+ # }
extras_css:
description: Extra CSS
default: ""
@@ -645,6 +648,18 @@ inputs:
description: Display notable contributions in organizations
default: no
+ # Query filter
+ # Based on GitHub search notation
+ # Supported fields are "stars", "forks" and "watchers"
+ plugin_notable_filter:
+ description: Query filter
+ default: ""
+
+ # Also display repository name along with organization name
+ plugin_notable_repositories:
+ description: Also display repository name
+ default: no
+
# ====================================================================================
# 💭 GitHub Community Support