Created
January 12, 2026 12:45
-
-
Save iamimmanuelraj/5c77d80b04f838e0e5adb98d62df9a12 to your computer and use it in GitHub Desktop.
GH CLI Command to approve all pr By user
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 -R <Owner>/<Repo> --author "app/dependabot" --state open --limit 100 --json number --jq '.[].number' | xargs -I {} gh pr review {} -R <Owner>/<Repo> --approve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment