flatcar/sync-maintainers
Jeremi Piotrowski b7fde6bb9c sync-maintainers: Address review comments
Use f-strings, remove commented line, combine two statements into one line, add
comment clarifying token scope to README, and reformat with black.
2022-11-03 15:37:05 +01:00
..

A personal access token with public_repo scope is needed.
Usage:

```
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
./sync-maintainers.py list
./sync-maintainers.py repo --repo=REPONAME
GITHUB_TOKEN=... ./sync-maintainers github --repo=REPONAME
```