Skip to content

Commit

Permalink
ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 25, 2024
1 parent 1d3d8d7 commit a79a573
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nu/milestone.nu
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ export def milestone-action [
--force(-f), # Force update milestone even if the milestone is already set.
--dry-run(-d), # Dry run, only print the milestone that would be set.
] {
print $env.FILE_PWD?
print $env.CURRENT_FILE?
$env | table -e | print
match $action {
close => { close-milestone $repo $milestone --gh-token $gh_token },
create => { create-milestone $repo $title --due-on $due_on -D $description -t $gh_token },
Expand Down
2 changes: 2 additions & 0 deletions nu/query.nu
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export def query-issue-closer-by-graphql [
] {
let owner = $repo | split row / | first
let name = $repo | split row / | last
print $env.FILE_PWD?
print $env.CURRENT_FILE?
let query = open -r nu/issue.gql
let variables = {
repo_name: $name,
Expand Down

0 comments on commit a79a573

Please sign in to comment.