Skip to content

Instantly share code, notes, and snippets.

@chrisxaustin
Created May 2, 2024 12:38
Show Gist options
  • Save chrisxaustin/b6860130607662a24e7688f00626b80a to your computer and use it in GitHub Desktop.
Save chrisxaustin/b6860130607662a24e7688f00626b80a to your computer and use it in GitHub Desktop.
#!/bin/bash
org=foo
$repo=$1
gh api --paginate -XGET -H "Accept: application/vnd.github+json" -f 'state=all' /repos/$org/$repo/pulls | jq -r '.[]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment