Examples (5)
Synchronize labels using a local `labels.json` file
github-label-sync --access-token token repository_nameSynchronize labels using a specific labels JSON file
github-label-sync --access-token token --labels url|path/to/json_file repository_namePerform a dry run instead of actually synchronizing labels
github-label-sync --access-token token --dry-run repository_nameKeep labels that aren't in `labels.json`
github-label-sync --access-token token --allow-added-labels repository_nameSynchronize using the `$GITHUB_ACCESS_TOKEN` environment variable
github-label-sync repository_namemade by @shridhargupta | data from tldr-pages