From ec03286c90b7c1f6b4a1174a2106c362a9db7921 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 18 Apr 2021 18:47:55 +0000
Subject: [PATCH] Auto-regenerate files
---
README.md | 3 +++
action.yml | 17 ++++++++++++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
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
|