google / go-github

Go library for accessing the GitHub v3 API

Home Page:https://pkg.go.dev/github.com/google/go-github/v62/github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`ListRunnersOption` change omits consideration of Enterprise Runner

ponkio-o opened this issue · comments

The following PR made changes to support query parameters, but appears to omit consideration of Enterprise Runner.
#3094

func (s *EnterpriseService) ListRunners(ctx context.Context, enterprise string, opts *ListOptions) (*Runners, *Response, error) {

Thank you, @ponkio-o. Do you want to create a PR that fixes this issue?

@gmlewis Thank you for your response.
Yes. I'm working in progress for this issue.

@gmlewis Thank you for your response. Yes. I'm working in progress for this issue.

Excellent, thank you!

@gmlewis I fixed this issue in the following PR. Could you please review this?
#3167