You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ascreated:<=2023-11-10
)For example, Jasper allows the use of the placeholder
@today
, which then dynamically updates to the current date before search querying.The text was updated successfully, but these errors were encountered: