Files
metrics/source/plugins/contributors
2021-04-29 14:32:34 +02:00
..
2021-02-17 13:28:59 +01:00
2021-04-29 14:32:34 +02:00
2021-03-12 13:26:29 +01:00

🏅 Repository contributors

The contributors plugin lets you display repositories contributors from a commit range, that can be specified through either sha, tags, branch, etc.

It's especially useful to acknowledge contributors on release notes.

With number of contributions

Examples workflows

➡️ Available options for this plugin

- uses: lowlighter/metrics@latest
  with:
    # ... other options
    plugin_contributors: yes
    plugin_contributors_base: ""           # Base reference (commit, tag, branch, etc.)
    plugin_contributors_head: master       # Head reference (commit, tag, branch, etc.)
    plugin_contributors_ignored: bot       # Ignore "bot" user
    plugin_contributors_contributions: yes # Display number of contributions for each contributor