Skip to content

Commit

Permalink
fix: Fix milestone query for closed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 25, 2024
1 parent 1a98b59 commit e532e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nu/query.nu
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def query-issue-status [issueNO: int, payload: string, token: string] {
| select number milestone?.title? author.login repository.nameWithOwner mergeCommit.abbreviatedOid title
| rename -c $rename
| last
$tries += 1
$milestone = $closer.milestone? | default '-'
}

Expand Down

0 comments on commit e532e78

Please sign in to comment.