3

I want search for not merged pull requests. I tried in GitHub:

Doesn't work:

-merged 
!is:merged
is not:merged
not is:merged

find merged works:

is:merged

1 Answer 1

6

the proper search is

is:pr is:unmerged

https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.