Created
February 10, 2025 20:04
-
-
Save tzach/344c20364dcbf024480651dfe4be96f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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