-
-
Save KyMidd/f3a02e6b95936c37ea749bad113495f8 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
while IFS="," read -r GH_ORG GH_REPO REQUIRED_APPROVERS_COUNT COLLECTION_LEAD_TEAM_GITHUB_SLUG | |
do | |
# Ignore comment lines in the CSV | |
if [[ $GH_ORG =~ ^\# ]]; then | |
continue | |
fi | |
done < repo_info.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment