Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 404 Bytes

Getting Started

This holds a handful of scripts that will generate repos and teams in github.com that align with the test data created by liatrio/seed-dora.

The scripts depend on eachother. When working from a fresh start run

./create_teams.sh
./create_repos.sh
./assign_teams_to_repos.sh
./set_custom_property_team_name.sh

To cleanup run

./delete_repos.sh
./delete_teams.sh