1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

Merge pull request #45 from nushell/tweak_twin_range

Fix TWiN range
This commit is contained in:
JT 2021-05-01 11:39:11 +12:00 committed by GitHub
commit 995b15f9d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ def do-work [] {
let query_prefix = "https://api.github.com/search/issues?q=repo:nushell/"
let query_date = $(seq date --days 7 -r | last)
# let query_select = " | get items | select url user.login title"
let query_suffix = $(build-string "+is:pr+is:merged+merged:%3E" $query_date)
let query_suffix = $(build-string "+is:pr+is:merged+merged:%3E%3D" $query_date)
# echo $site_table
@ -52,4 +52,4 @@ def do-work [] {
build-string '# This week in Nushell #' $(char nl) $(char nl)
do-work | str collect
do-work | str collect