🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

git-labeler

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-labeler

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

0.1.2
Maintainers
1

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.

  • 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

License

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

Contact

John Stilia - stilia.johny@gmail.com

Acknowledgements

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts