Last active
November 7, 2025 17:16
-
-
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/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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