Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owenvoke/github-label-presets
A default set of label presets for my GitHub repositories.
https://github.com/owenvoke/github-label-presets
github json labels
Last synced: about 2 months ago
JSON representation
A default set of label presets for my GitHub repositories.
- Host: GitHub
- URL: https://github.com/owenvoke/github-label-presets
- Owner: owenvoke
- License: mit
- Created: 2019-04-30T17:20:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T12:01:08.000Z (about 4 years ago)
- Last Synced: 2024-05-03T04:02:18.048Z (9 months ago)
- Topics: github, json, labels
- Homepage: https://raw.githubusercontent.com/owenvoke/github-label-presets/master/labels.yml
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GitHub Label Presets
[![Software License][ico-license]](LICENSE.md)
A default set of label presets for my GitHub repositories.
## Install
This requires [`github-label-sync`][link-github-label-sync] to manage the labels for a repository.
```bash
npm install -g github-label-sync
```## Usage
Run the following to set labels for a repository:
```bash
export GITHUB_ACCESS_TOKEN=''# To perform a dry-run
github-label-sync --labels https://git.io/ov-labels-yaml owenvoke/repo-name -d# To perform a real run
github-label-sync --labels https://git.io/ov-labels-yaml owenvoke/repo-name
```## Credits
- [Owen Voke][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[link-github-label-sync]: https://github.com/Financial-Times/github-label-sync#command-line-interface
[link-author]: https://github.com/owenvoke
[link-contributors]: ../../contributors