Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```