Created
July 28, 2020 14:21
-
-
Save jwendell/d9572aa3667263ff4546325f510289bb to your computer and use it in GitHub Desktop.
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
#!/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