- Make organization name's directory
mkdir <organization name>- Make repository name's Yaml
touch <organization name>/<repository name>.yml- Write manage access
You can only use team names.
pull:
- team1
push:
- team2
admin:
- team3
maintain:
- team4
triage:
- team5- Execute
pip3 install pygithub
python3 main.py├── organization-name
│ ├── repo1.yml # repository_name.yml
│ ├── repo2.yml
│ └── repo3.yml
└── main.py