Skip to content

feat: Add Update Sub-command to Issue Command

Kerri Miller requested to merge github/fork/sunzoje/feat/issue_update into trunk

Created by: sunzoje

This PR will add update sub-command to issue command. update sub-command edits gitlab issue. Currently supported flags are:

  • --label: add labels takes comma separated values
  • --unlabel: remove labels takes comma separated values
  • --title: update title of the issue
  • --description: update descriptions of the issue
  • --lock-discussion: lock comments takes boolean value

Related Issue Addresses Issue #230 (closed)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports