kadeikin
kadeikin

Reputation: 87

Search for pull requests that are created 1 month ago and earlier

I am looking for a query, that will fulfil that:

is:pr is:open created:>=now-1m or is:pr is:open created:>={{manually entered DATE}}-1m

Can now and -1m be dynamic? (So there won't be needed manual input)

Is it even possible?

Upvotes: 0

Views: 465

Answers (1)

Sascha
Sascha

Reputation: 715

Your approach was not that bad. The following should work for you.

is:pr is:open created:<YYYY-MM-DD

GitHub documentation.

Upvotes: 0

Related Questions