Skip to content

Instantly share code, notes, and snippets.

@iamimmanuelraj
Created January 12, 2026 12:45
Show Gist options
  • Select an option

  • Save iamimmanuelraj/5c77d80b04f838e0e5adb98d62df9a12 to your computer and use it in GitHub Desktop.

Select an option

Save iamimmanuelraj/5c77d80b04f838e0e5adb98d62df9a12 to your computer and use it in GitHub Desktop.
GH CLI Command to approve all pr By user
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