(opts shared.FindOptions)
| 1717 | } |
| 1718 | |
| 1719 | func (f fieldCapturingFinder) Find(opts shared.FindOptions) (*api.PullRequest, ghrepo.Interface, error) { |
| 1720 | *f.fields = opts.Fields |
| 1721 | return f.PRFinder.Find(opts) |
| 1722 | } |
| 1723 | |
| 1724 | func hostsConfig(tokens map[string]string) string { |
| 1725 | var b strings.Builder |