updated github_repos_with_few_teams.sh

pull/2/head
Hari Sekhon 3 years ago
parent 7bfaddd6c4
commit e83b8bed96

@ -36,6 +36,7 @@ Output format:
Output format if \$VERBOSE is set (timestamped logs are sent to stderr):
2021-12-29 18:09:57 checking repos for '<org>' with <= 0 teams
2021-12-29 18:09:57 checking repo: <org>/<repo1>
2021-12-29 18:09:57 checking repo: <org>/<repo2>
2021-12-29 18:09:58 checking repo: <org>/<repo3>
@ -60,6 +61,8 @@ fi
user="${GITHUB_USER:-$(get_github_user)}"
user_or_org="${GITHUB_ORGANIZATION:-$user}"
log "checking repos for '$user_or_org' with <= $minimum_number_of_teams teams"
get_github_repos "$user_or_org" "${GITHUB_ORGANIZATION:-}" |
while read -r repo; do
log "checking repo: $user_or_org/$repo"

Loading…
Cancel
Save