
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Apply, change, remove labels on multiple or single repos in one go
Explore the docs »
Report Bug
·
Request Feature
This tool was created out of necessity to manipulate labels on multiple repos.
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.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GPLv3 License. See LICENSE
for more information.
John Stilia - stilia.johny@gmail.com
FAQs
Apply, change, remove labels on multiple or single repos in one go
We found that git-labeler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.