mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Fix error when listing PRs by milestone (#885)
This commit is contained in:
parent
526c9525ea
commit
b1cd222c2a
1 changed files with 7 additions and 7 deletions
|
@ -25,9 +25,9 @@ export def main [
|
|||
} else {
|
||||
$date
|
||||
}
|
||||
| format date "%Y-%m-%d"
|
||||
|
||||
if $date != null {
|
||||
let date = $date | format date "%Y-%m-%d"
|
||||
let since = (date now | format date %F | into datetime) - ($date | into datetime)
|
||||
log info $"listing PRs in ($repo) since ($date) \(($since) ago\)"
|
||||
$query_parts ++= [ $"merged:>($date)" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue