https://github.com/vweevers/github-label-preset
A preset for GitHub labels. Easy to apply to any repository.
https://github.com/vweevers/github-label-preset
github labels maintenance preset
Last synced: 3 months ago
JSON representation
A preset for GitHub labels. Easy to apply to any repository.
- Host: GitHub
- URL: https://github.com/vweevers/github-label-preset
- Owner: vweevers
- License: mit
- Created: 2017-06-14T11:46:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T01:54:07.000Z (over 1 year ago)
- Last Synced: 2025-04-06T08:43:19.626Z (3 months ago)
- Topics: github, labels, maintenance, preset
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# github-label-preset
**Preset for GitHub labels.**
[](https://www.npmjs.org/package/github-label-preset)
[](https://www.npmjs.org/package/github-label-preset)

[](https://standardjs.com)## Labels
 
  
  
  
  

  
 
 
 
  
 
## How to use
Apply the preset to many repositories at once with [`attend`](https://github.com/vweevers/attend) (alpha) or to a single repository with `github-label-sync`.
### With `github-label-sync`
1\) Install [github-label-sync](https://github.com/Financial-Times/github-label-sync) (>= 1.3.0) globally with [npm](https://npmjs.org):
```
npm i -g github-label-sync
```2\) Create a [personal access token](https://github.com/settings/tokens) with the `repo` scope.
3\) Apply the labels to your repo:
```
github-label-sync -a -l https://raw.githubusercontent.com/vweevers/github-label-preset/master/labels.json [--dry-run]
```**Warning! This utility can remove existing labels. Be careful and do a `--dry-run` first.** If you don't want to delete existing labels, add `--allow-added-labels`.
## License
[MIT](LICENSE)