KMM
KMM

Reputation: 11

Is there a way to search github issues with linked pull requests?

I want to know how to filter issues only with linked pull requests. I've been trying to use the linked-pull-request but it needs a PR number. But I want to filter all issues with pull request

Upvotes: 1

Views: 97

Answers (1)

lukew3
lukew3

Reputation: 187

Add linked:pr to the end of the search query.

Upvotes: 2

Related Questions