Closed jessehouwing closed 1 year ago
Just ran the cleanup script and only the games repo is cleaned up. All conflict repos remained.
games
conflict
I commented out the is reachable check in the cleanup script
is reachable
#if repo_is_reachable "$org_url/$practice_repo_name-$student"; then echo "Deleting $practice_repo_name-$student... " # delete the existing practice repo http --auth "$TOKEN_OWNER:$TEACHER_PAT" \ DELETE "$org_repos_endpoint/$practice_repo_name-$student" >>log.out 2>&1 #fi
And ran it again, now all repos are removed without issue.
I suspect the fact I'm org admin, but not a contributor on those private repos might have something to do with it.
Just ran the cleanup script and only the
games
repo is cleaned up. Allconflict
repos remained.I commented out the
is reachable
check in the cleanup scriptAnd ran it again, now all repos are removed without issue.
I suspect the fact I'm org admin, but not a contributor on those private repos might have something to do with it.