-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
cmd:applyRelates to the `apply` subcommandRelates to the `apply` subcommandcmd:makeRelates to the `make` subcommandRelates to the `make` subcommandenhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement
Description
Support the following methods for merging labels:
-
Add one or more fields (TBD) to the configuration file for instructing the
applycommand to merge one label into another -
Add a
labelmaker merge <old-label> <new-label>command that does the following:- If
<new-label>does not already exist in the repository, create it with a random color and empty description (Add options for setting these?) - Update all issues & PRs with
<old-label>to have<new-label>instead - If a
--no-deleteoption was not given, delete<old-label>
Should this functionality be part of the
makecommand instead? - If
Metadata
Metadata
Assignees
Labels
cmd:applyRelates to the `apply` subcommandRelates to the `apply` subcommandcmd:makeRelates to the `make` subcommandRelates to the `make` subcommandenhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement