reviewers

package
v0.0.0-...-3a53309 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PRWithCount

type PRWithCount struct {
	PR          *github.PullRequest
	ReviewCount int
}

type Stats

type Stats struct {
	Query        *util.PullRequestQuery
	EarliestDate time.Time
	ReviewCounts map[string]int

	ReviewCountsByPR map[string]map[int]int
	// contains filtered or unexported fields
}

func (*Stats) PRsForReviewer

func (s *Stats) PRsForReviewer(name string) []PRWithCount

func (*Stats) ProcessOne

func (s *Stats) ProcessOne(pr *github.PullRequest) error

func (*Stats) ReviewersInOrder

func (s *Stats) ReviewersInOrder(ignore []string) []string

Jump to

Keyboard shortcuts

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