diff --git a/README.md b/README.md index 5ebfbc0a..847f97d6 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,10 @@ And you can customize these heavily with plugins, templates and hundreds of opti - + +
Raw list with names + +
With number of contributions
diff --git a/action.yml b/action.yml index 4a531221..9c166ede 100644 --- a/action.yml +++ b/action.yml @@ -449,6 +449,26 @@ inputs: description: Display contributions default: no + # Sections to display + plugin_contributors_sections: + description: Sections to display + default: contributors + + # Contributions categories + # This requires "plugin_contributors_sections" to have "categories" in it to be effective + # + # Pass a JSON object which contains a mapping of category with fileglobs. + # Contributors will be sorted into each category to reflect their contributions. + # Note that order a file will only match the first category matching + plugin_contributors_categories: + description: Contributions categories + default: | + { + "📚 Documentation": ["README.md", "docs/**"], + "💻 Code": ["source/**", "src/**"], + "#️⃣ Others": ["*"] + } + # ==================================================================================== # 🌟 Recently starred repositories