jasper
jasper copied to clipboard
Reduce the lead time for changes
I would like to detect Pull Requests are merging later than expected, with the goal of reducing the lead time for changes. Unfortunately, GitHub's search query feature does not currently support dynamic date formats, like using created:<=@today-1.
(currently supported fixed date only, such as created:<=2023-11-10
)
For example, Jasper allows the use of the placeholder @today
, which then dynamically updates to the current date before search querying.