Created
August 13, 2024 18:27
-
-
Save wteuber/bd50e28d687654923fcb8d3a65b69dc5 to your computer and use it in GitHub Desktop.
List unique PRs for search_term
This file contains 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
export PAGER="cat" | |
git --no-pager log -S'search_term' --source --all --pretty=format:'%H' | xargs -I {} gh pr list --search "{}" --state merged --json url -q '.[].url' | sort -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment