Skip to content

Instantly share code, notes, and snippets.

@jwendell
Created July 28, 2020 14:21
Show Gist options
  • Save jwendell/d9572aa3667263ff4546325f510289bb to your computer and use it in GitHub Desktop.
Save jwendell/d9572aa3667263ff4546325f510289bb to your computer and use it in GitHub Desktop.
#!/bin/bash
REPOS="istio proxy envoy api client-go common-files pkg release-builder tools"
for REPO in ${REPOS}; do
gh -R istio/${REPO} pr list --base release-1.7
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment