Skip to content

Instantly share code, notes, and snippets.

@lmmx
Last active November 7, 2025 17:16
Show Gist options
  • Select an option

  • Save lmmx/ad4ff6f22393391c63c8a0693c4a985c to your computer and use it in GitHub Desktop.

Select an option

Save lmmx/ad4ff6f22393391c63c8a0693c4a985c to your computer and use it in GitHub Desktop.
Clone facet-rs/facet issue labels to another facet repo (modified version of https://gist.github.com/lmmx/094c0a0061da3bbc9a333fe95c3dee53/)
# 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 facet-rs/facet --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment