I use the below filter to get PRs closed above 2017-03-19; but, is there a way to filter with a specific date.
is:pr is:closed merged:>=2017-03-19 base:master sort:updated-desc
The below fails:
is:pr is:closed merged:=2017-03-19 base:master sort:updated-desc
Yes, you can do so by filtering as follows:
is:pr is:closed merged:2017-03-19..2017-03-19 base:master sort:updated-desc
For more information concerning searching issues and pull requests in GitHub see Searching issues documentation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With