*: convert en-GB to en-US (#8155)

This commit is contained in:
Seth Falco
2022-06-27 12:23:12 +02:00
committed by GitHub
parent a5933966dd
commit 34fde6d16f
41 changed files with 74 additions and 74 deletions

View File

@@ -1,17 +1,17 @@
# github-label-sync
> A command-line interface for synchronising GitHub labels.
> A command-line interface for synchronizing GitHub labels.
> More information: <https://github.com/Financial-Times/github-label-sync>.
- Synchronise labels using a local `labels.json` file:
- Synchronize labels using a local `labels.json` file:
`github-label-sync --access-token {{token}} {{repository_name}}`
- Synchronise labels using a specific labels JSON file:
- Synchronize labels using a specific labels JSON file:
`github-label-sync --access-token {{token}} --labels {{url|path/to/json_file}} {{repository_name}}`
- Perform a dry run instead of actually synchronising labels:
- Perform a dry run instead of actually synchronizing labels:
`github-label-sync --access-token {{token}} --dry-run {{repository_name}}`
@@ -19,6 +19,6 @@
`github-label-sync --access-token {{token}} --allow-added-labels {{repository_name}}`
- Synchronise using the `GITHUB_ACCESS_TOKEN` environment variable:
- Synchronize using the `GITHUB_ACCESS_TOKEN` environment variable:
`github-label-sync {{repository_name}}`