diff --git a/README.md b/README.md index 825649e8..e02cfb92 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ Generate your metrics that you can embed everywhere, including your GitHub profi +
With number of contributions + +
diff --git a/action.yml b/action.yml index dce26780..84d1cdaf 100644 --- a/action.yml +++ b/action.yml @@ -210,6 +210,16 @@ inputs: description: Head reference default: master + # Ignored contributors (useful to ignore bots users) + plugin_contributors_ignored: + description: Contributors to ignore + default: github-actions[bot] + + # Display total contributions for each contributor + plugin_contributors_contributions: + description: Display contributions + default: no + # ==================================================================================== # 🎟️ Follow-up of issues and pull requests