Add forge issue comment subcommand #75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
forge pr commentworks on issues because Forgejo uses the same API endpoint (/repos/$REPO/issues/$number/comments) for both, but there is noforge issue commentsubcommand. Users currently have to know to useforge pr commentfor issues, which is unintuitive.Add
forge issue comment <number> [-b <text> | -F <file>]mirroring the existingforge pr commentinterface.