Manage labels across multiple projects
- Apply labels from a file to one or more repositories
- Apply labels from a file to multiple repositories in an organization
- Easily follow best-practices / style-guides for labelling
git clone https://github.com/varunvora/github-label-manager.git
cd github-label-manager
pip install -U -r requirements.txt
python3 apply_labels.py --repos=$MY_REPO --access_token=$GITHUB_TOKEN
- Apply labels from a custom file by passing its path using
--path
- Apply labels using Github username and password by passing
--username
and--password
- Apply labels to multiple repositories by supplying a regex pattern for
--repos
- Apply labels for an organisation's repositories using
--org=
- Run
python3 apply_labels.py -- --help
for help
- Feel free to add more samples.