Tried a lot of searching in Github docs and also stackoverflow. Couldn't find a descent example to show how we can filter PRs with logical negation operator
Let's say I want to filter all the PRs which are closed and does not have AutoDeploy in title.
Tried the following but it does not work.
is:pr is:closed -in:title "AutoDeploy"