We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set milestone to closed issues that fixed by PRs of current milestone
The text was updated successfully, but these errors were encountered:
gh api /repos/nushell/nushell/issues/13991/timeline | from json | where event == 'closed' | filter { $in.commit_id | is-not-empty } | get 0 | select commit_id commit_url gh api /repos/nushell/nushell/commits/de08b68ba8c6473313b27325fe110ac48f242e6a | from json | get commit.message | lines | first | parse --regex '\(#(?<pr>\d+)\)' gh pr view --repo nushell/nushell 13992 --json 'milestone' | from json | get milestone?.title?
Sorry, something went wrong.
fix: Fix set milestone to issue, close #20
f36912b
2dd4f0c
fix: Fix set milestone to issue, close #20 (#46)
79c0280
Successfully merging a pull request may close this issue.
Set milestone to closed issues that fixed by PRs of current milestone
The text was updated successfully, but these errors were encountered: