Apply, change, remove labels on multiple or single repos in one go
Explore the docs »
Report Bug
·
Request Feature
- Table of Contents
- About The Project
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
This tool was created out of necessity to manipulate labels on multiple repos.
- Python
- Poetry
- Git
- Yaml
- Install git cli
- Install python
- Install the app with pip
pip3 install --user git-labeler
A config file is required in order to use the application example:
github_api_url: https://api.github.com
labels:
- color: ff0000
description: This is a description
name: example1
state: present
- color: ff0000
description: This is a description
name: example2
state: present
- color: ff0000
description: This is a description
name: example3
state: absent
repos:
- name: test1
url: git@github.com:stiliajohny/test1.git
- name: test2
url: git@github.com:stiliajohny/test2.git
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPLv3 License. See LICENSE
for more information.
John Stilia - stilia.johny@gmail.com