git-labeler

Apply, change, remove labels on multiple or single repos in one go


Keywords
git, multi-push, git-labelmaker, github, label-editor, labels
License
GPL-3.0
Install
pip install git-labeler==0.1.2

Documentation

Contributors Forks Stargazers Issues GPL3 License LinkedIn Ask Me Anything


Main Logo

python-git-labeler

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

This tool was created out of necessity to manipulate labels on multiple repos.

Built With

  • Python
  • Poetry
  • Git
  • Yaml

Getting Started

Prerequisites

  • Install git cli
  • Install python

Installation

  • Install the app with pip pip3 install --user git-labeler

Usage

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

Roadmap

See the open issues for a list of proposed features (and known issues).


Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPLv3 License. See LICENSE for more information.

Contact

John Stilia - stilia.johny@gmail.com


Acknowledgements