-
- Downloads
feat(issue): add subcommand to move issues between projects
The move command allows users to transfer an issue from one project to another
within the Arch Linux packaging group. This is useful when an issue is
identified to be more relevant or better handled in a different project.
By default, the command operates within the current directory, but users can
specify a different package base from which to move the issue.
Users must specify the issue ID (IID) and the destination package to which the
issue should be moved. A comment message explaining the reason for the move can
be provided directly through the command line.
Component: pkgctl issue move
Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
Showing
- contrib/completion/bash/devtools.in 24 additions, 0 deletionscontrib/completion/bash/devtools.in
- contrib/completion/zsh/_devtools.in 10 additions, 0 deletionscontrib/completion/zsh/_devtools.in
- doc/man/pkgctl-issue-move.1.asciidoc 43 additions, 0 deletionsdoc/man/pkgctl-issue-move.1.asciidoc
- doc/man/pkgctl-issue.1.asciidoc 4 additions, 0 deletionsdoc/man/pkgctl-issue.1.asciidoc
- src/lib/api/gitlab.sh 43 additions, 0 deletionssrc/lib/api/gitlab.sh
- src/lib/issue/issue.sh 9 additions, 0 deletionssrc/lib/issue/issue.sh
- src/lib/issue/move.sh 156 additions, 0 deletionssrc/lib/issue/move.sh
doc/man/pkgctl-issue-move.1.asciidoc
0 → 100644
src/lib/issue/move.sh
0 → 100644
Please register or sign in to comment