Dolev Hadar

Results 66 comments of Dolev Hadar

Hmm not sure. I can investigate it but it would help of you can share an error message if one exists

You can put the `org:dlvhdr` term in the query to get all the PRs under the `dlvhdr` org. What do you mean by topic? I'm not familiar with this

I think you mean labels. You can add them to the query with `label:bug` for example. If you do mean topics, you can only search repos by them. See https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories#search-by-topic...

Oh yeah I see what you mean... Well github doesn't support that yet. Just one last clarification: do you mean to see the PRs & issues of those repos or...

I'll be happy to get contributions for this. I dont have a github enterprise account so I have no idea how is it different from a regular one. Also, I...

Hmm `gh-dash` uses the official go client `gh.DefaultGraphQLClient()` from `github.com/cli/go-gh/v2/pkg/api`. Maybe it's a matter of updating the package?

I think we will need to update the go module to the latest version https://github.com/cli/go-gh of 2.9.0 using `go get`

@carlosV2 I updated the library, can you test with the latest version?