Skip to content

Files

Latest commit

 

History

History
30 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.14 KB

🏅 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