Forrest logo
back to context overview

github-label-sync

List of commands for github-label-sync:

  • github-label-sync:tldr:2c5f0 github-label-sync: Synchronize using the `GITHUB_ACCESS_TOKEN` environment variable.
    $ github-label-sync ${repository_name}
    try on your machine
    explain this command
  • github-label-sync:tldr:7a5f8 github-label-sync: Keep labels that aren't in `labels.json`.
    $ github-label-sync --access-token ${token} --allow-added-labels ${repository_name}
    try on your machine
    explain this command
  • github-label-sync:tldr:9bb18 github-label-sync: Perform a dry run instead of actually synchronizing labels.
    $ github-label-sync --access-token ${token} --dry-run ${repository_name}
    try on your machine
    explain this command
  • github-label-sync:tldr:b0662 github-label-sync: Synchronize labels using a local `labels.json` file.
    $ github-label-sync --access-token ${token} ${repository_name}
    try on your machine
    explain this command
  • github-label-sync:tldr:d9f6d github-label-sync: Synchronize labels using a specific labels JSON file.
    $ github-label-sync --access-token ${token} --labels ${select} ${repository_name}
    try on your machine
    explain this command
back to context overview