git*: add Turkish translation II (#7589)

This commit is contained in:
Tan A
2021-12-30 04:33:18 +03:00
committed by GitHub
parent 5359517412
commit a0ae1f61af
7 changed files with 131 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
# github-label-sync
> GitHub etiketlerini senkronize etmeye yarayan komut satırı arayüzü.
> Daha fazla bilgi için: <https://npmjs.com/package/github-label-sync>.
- Yerel bir `labels.json` dosyası kullanarak etiketleri senkronize et:
`github-label-sync --access-token {{token}} {{depo_ismi}}`
- Belirli bir etiketlenen JSON dosyası kullanarak etiketleri senkronize et:
`github-label-sync --access-token {{token}} --labels {{url|örnek/json_dosyası}} {{depo_ismi}}`
- Programı etiketleri gerçekten senkronize etmeden çalıştır:
`github-label-sync --access-token {{token}} --dry-run {{depo_ismi}}`
- `labels.json` içinde olmayan etiketleri sakla:
`github-label-sync --access-token {{token}} --allow-added-labels {{depo_ismi}}`
- `GITHUB_ACCESS_TOKEN` ortam değişkenini kullanarak senkronize et:
`github-label-sync {{depo_ismi}}`