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
It looks like for github every self.options.until should have changed - delta(days=1). WDYT?
For example, /usr/bin/did --width=0 --since=2024-03-12 --until=2024-03-12 --format=markdown --debug generates the next snippet:
INFO Searching for pull requests created by Mikhail f. Shiryaev <mr.felixoid@gmail.com>
Mikhail f. Shiryaev <felixoid@clickhouse.com>
DEBUG GitHub query: https://api.github.com/search/issues?q=author:Felixoid+created:2024-03-12..2024-03-13+type:pr&per_page=100
The given URL contains the next three PRs:
But what I need is actually this
Pay attention to the created:2024-03-12..2024-03-12 on the latter screenshot.
If I run:
The report includes this pr: nextcloud/firstrunwizard#1105
Which was created: Feb 26, 2024, 6:15 PM GMT+1
This should not be included in the date range as the 26th is not in the range.
The text was updated successfully, but these errors were encountered: