Describe the feature or problem you’d like to solve
GitHub has added support for archiving/unarchiving labels, so it would be great to have support in the CLI.
There's at least support in the REST API for updating the archived state of labels, although there's no documented way to see the archived state for a given label.
Proposed solution
Add commands to manage archiving/unarchiving labels, such as separate commands which mirror gh repo {archive,unarchive}.
gh label archive
gh label unarchve
Describe the feature or problem you’d like to solve
GitHub has added support for archiving/unarchiving labels, so it would be great to have support in the CLI.
There's at least support in the REST API for updating the archived state of labels, although there's no documented way to see the archived state for a given label.
Proposed solution
Add commands to manage archiving/unarchiving labels, such as separate commands which mirror
gh repo {archive,unarchive}.gh label archivegh label unarchve