Hi, I’m trying to create a search filter for pull requests where I exclude draft PRs. I can’t find any filter option that deals with draft PRs. To show you what I mean I have an example where I exclude PRs with the review:approved status:
is:pr is:open -review:approved
I would like to hide draft PRs the same way I hide those with approved review status.