Merge branch 'trunk' into eugene/release-verify

This commit is contained in:
Eugene 2025-06-20 06:50:04 -07:00 committed by GitHub
commit 98d7135ccc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,7 +129,7 @@ func NewPullRequestFindRefsResolver(gitConfigClient GitConfigClient, remotesFn f
}
}
// ResolvePullRequests takes a base repository, a base branch name and a local branch name and uses the git configuration to
// ResolvePullRequestRefs takes a base repository, a base branch name and a local branch name and uses the git configuration to
// determine the head repository and remote branch name. If we were unable to determine this from git, we default the head
// repository to the base repository.
func (r *PullRequestFindRefsResolver) ResolvePullRequestRefs(baseRepo ghrepo.Interface, baseBranchName, localBranchName string) (PRFindRefs, error) {