According to the docs [ListRunners](https://docs.github.com/en/rest/actions/self-hosted-runners?apiVersion=2022-11-28#list-self-hosted-runners-for-a-repository) and [ListOrganizationRunners](https://docs.github.com/en/rest/actions/self-hosted-runners?apiVersion=2022-11-28#list-self-hosted-runners-for-an-organization) support `name` filter as query parameter. Right now, only `ListOptions` is used. I will create a PR for this.