contributions

package
v0.4.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetGHSignal

func GetGHSignal(cfg *config.Config, prs []gh.PR)

Types

type Signal

type Signal struct {
	// User Info
	User string `csv:"user"`
	Repo string `csv:"repo"`

	// Raw Stats
	NumPRs     int `csv:"num_prs"`
	NumReviews int `csv:"num_reviews"`

	// Weighted Information
	WeightedPRs     float64 `csv:"weighted_prs"`
	WeightedReviews float64 `csv:"weighted_reviews"`
	WeightedTotal   float64 `csv:"weighted_total"`

	// Merge Information
	AverageDaysToMerge float64 `csv:"average_days_to_merge"`
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL