Skip to content

Instantly share code, notes, and snippets.

@EmaSuriano
Created November 8, 2023 08:37
Show Gist options
  • Save EmaSuriano/a82cf46afbc5b16c65fc7b8bb1ae07e5 to your computer and use it in GitHub Desktop.
Save EmaSuriano/a82cf46afbc5b16c65fc7b8bb1ae07e5 to your computer and use it in GitHub Desktop.
Rebase all dependabot pulls
gh search prs --owner EmaSuriano --label dependencies --state open --limit 200 --json "url" --jq ".[] | .url" | xargs -n 1 -I{} gh pr comment -b "@dependabot rebase" {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment