Last active
June 7, 2023 12:24
-
-
Save semuelle/928215a2cdb7c0610b66270e8e87029c to your computer and use it in GitHub Desktop.
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
gh pr list --limit 100 --json id,title,assignees,labels,reviewDecision,reviews,updatedAt,url --jq '.[] | { title,assignees:[.assignees[].name],labels:[.labels[].name],reviewDecision,reviews:[.reviews[].author.login],updatedAt,url }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment