tldr/pages.tr/common/github-label-sync.md

25 lines
862 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# github-label-sync
> GitHub etiketlerini senkronize etmeye yarayan komut satırı arayüzü.
> Daha fazla bilgi için: <https://github.com/Financial-Times/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}}`