Skip to content

Instantly share code, notes, and snippets.

@felinae98
Last active April 17, 2024 07:56
Show Gist options
  • Save felinae98/da7ef4b12c3e0bf1dcaf3cce2160f952 to your computer and use it in GitHub Desktop.
Save felinae98/da7ef4b12c3e0bf1dcaf3cce2160f952 to your computer and use it in GitHub Desktop.
sort gh pr by merge time
gh pr list --state merged --limit 200 --json mergedAt,title,number | jq -r 'sort_by(.mergedAt) | .[] |"- [ ] #\(.number) \(.title)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment