Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a new `rename` subcommand to a tool, likely for managing GitHub labels. The new command would leverage GraphQL's `updateLabel` mutation for efficient renaming, avoiding the current workaround of merging labels which is less performant.
gh-fuda is a gh extension which extends label manipulations
AI Summary: This issue proposes adding a `--exclude` option to the `empty` command. This option would allow users to specify labels that should not be deleted when the `empty` command is executed, thereby protecting specific types of issues.
gh-fuda is a gh extension which extends label manipulations
AI Summary: This issue proposes adding a new subcommand to the `gh fuda` tool that generates shell completion scripts for popular shells like Bash, Zsh, Fish, and PowerShell. This functionality will leverage Cobra's existing built-in completion support to streamline the process.
gh-fuda is a gh extension which extends label manipulations
AI Summary: This issue proposes adding support for configuration files (YAML) and environment variables to set default options for the `gh-fuda` tool. This would allow users to avoid repeatedly specifying common settings like `repos` and `concurrency` with each command.
gh-fuda is a gh extension which extends label manipulations
AI Summary: This issue proposes adding new functionality to the `delete` and `empty` commands. Specifically, it aims to introduce an `--exclude` flag that accepts comma-separated labels to prevent their selection, and to enable glob pattern matching for the `-l` (label selection) flag for more flexible bulk selection.
gh-fuda is a gh extension which extends label manipulations
AI Summary: This issue requests the addition of a `--version` command-line flag to the application. This flag should display the currently installed version of the extension, which will be injected during the build process using `ldflags` from the release workflow.
gh-fuda is a gh extension which extends label manipulations