Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhoizey/github-labels
Tools to sync default labels for my Github repositories Issues and Pull Requests
https://github.com/nhoizey/github-labels
labels
Last synced: 16 days ago
JSON representation
Tools to sync default labels for my Github repositories Issues and Pull Requests
- Host: GitHub
- URL: https://github.com/nhoizey/github-labels
- Owner: nhoizey
- License: mit
- Created: 2020-09-11T09:24:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T22:03:55.000Z (almost 4 years ago)
- Last Synced: 2024-12-20T02:29:13.082Z (16 days ago)
- Topics: labels
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Default labels for my new Github repository issues and Pull Requests
Using Financial Times' [github-label-sync](https://github.com/Financial-Times/github-label-sync).
## Access token
Generate an [access token here](https://github.com/settings/tokens) with the `repo` scope and add it to a local `.env` file:
```env
GITHUB_ACCESS_TOKEN=
```## Dry run
Useful to check what will be done before actually doing it, and change configuration (adding aliases) if needed.
```bash
./dry-run.sh /
```For example:
```bash
./dry-run.sh common nhoizey/images-responsiver
```## Run
```bash
./run.sh /
```## ⚠️ Syn common labels on ALL my repositories that are neither forks nor archived
```bash
./run-all.sh
```