Skip to content

Instantly share code, notes, and snippets.

@lmmx
Created August 26, 2025 11:43
Show Gist options
  • Save lmmx/094c0a0061da3bbc9a333fe95c3dee53 to your computer and use it in GitHub Desktop.
Save lmmx/094c0a0061da3bbc9a333fe95c3dee53 to your computer and use it in GitHub Desktop.
`gh labels` repo clone script: delete the default ones and clone some good ones (from https://github.com/lmmx/polars-diskcache/labels)
# Delete all the unwanted defaults
gh label delete bug --yes
gh label delete documentation --yes
gh label delete duplicate --yes
gh label delete enhancement --yes
gh label delete "good first issue" --yes
gh label delete "help wanted" --yes
gh label delete invalid --yes
gh label delete question --yes
gh label delete wontfix --yes
gh label delete dependencies --yes
gh label delete github_actions --yes
# Now clone your curated set and overwrite any name conflicts
gh label clone lmmx/polars-diskcache --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment