Skip to content

v1.3.0 - Verbose Metric Details

Choose a tag to compare

@jdiegosierra jdiegosierra released this 03 Feb 13:23
· 38 commits to main since this release
Immutable release. Only release title and notes can be modified.
bcfc4dc

What's New

Verbose Metric Details

Add a new verbose-details configuration option that shows expanded, actionable evidence for each metric in PR comments and job summaries.

Configuration:

- uses: jdiegosierra/contributor-report@v1
  with:
    verbose-details: 'all'  # Options: none (default), failed, all
  • none (default): No verbose details (current behavior)
  • failed: Show verbose details only for failed metrics
  • all: Show verbose details for all metrics

Features:

  • Collapsible details sections showing relevant evidence for each metric:
    • Suspicious patterns: detected patterns with severity levels
    • Repo quality: contributed repos with star counts
    • Reactions: positive/negative reaction breakdowns
    • PR merge rate: merged/closed/open counts with averages
    • Merger diversity: unique maintainers and self-merge stats
    • Profile completeness: component-by-component scoring
    • Account age: creation date and consistency metrics
    • Code reviews: review and comment counts
    • Issue engagement: engagement statistics
    • Repo history: first-time contributor status

Expanded Documentation

All 12 metric documentation files have been expanded with:

  • How It's Calculated sections with formulas
  • Data sources (GraphQL API queries)
  • Configuration tables
  • Edge cases and additional data tracked

Full Changelog

v1.2.1...v1.3.0