Documentation
¶
Index ¶
Constants ¶
View Source
const ( OwnerSourceCodeowners = "codeowners" OwnerSourceRepoFallback = "repo_fallback" OwnerSourceConflict = "multi_repo_conflict" OwnershipStatusExplicit = "explicit" OwnershipStatusInferred = "inferred" OwnershipStatusUnresolved = "unresolved" )
Variables ¶
This section is empty.
Functions ¶
func FallbackOwner ¶ added in v1.0.11
func ResolveOwner ¶
ResolveOwner derives ownership from CODEOWNERS with deterministic fallback.
Types ¶
type Resolution ¶ added in v1.0.11
func Resolve ¶ added in v1.0.11
func Resolve(root, repo, org, location string) Resolution
Click to show internal directories.
Click to hide internal directories.