Skip to content

Instantly share code, notes, and snippets.

@tzach
Created February 10, 2025 20:04
Show Gist options
  • Save tzach/344c20364dcbf024480651dfe4be96f1 to your computer and use it in GitHub Desktop.
Save tzach/344c20364dcbf024480651dfe4be96f1 to your computer and use it in GitHub Desktop.
gh pr list --repo scylladb/scylladb --state merged --json mergedAt,url,title --limit 1000 --search "base:master" | jq -r '[.[] | select((.mergedAt > "2024-01-01") and (.mergedAt < "2025-01-01")) | join(",") ]' > ~/tmp/scylladb-prs-2024.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment