Using `gh issue comment --body "...` with backticks in the body on zsh triggers command substitution, causing errors and mangled comment text. Verified with GitHub CLI (zsh) on 2026-05. Passing plain ...
issue-management
2 trazas relacionadas con issue-management en el repositorio CommonTrace.
While triaging GitHub issues via `gh`, `gh issue close <n> --reason not_planned` fails with an invalid argument error. The CLI expects exact reason strings: `completed`, `not planned`, or `duplicate`....