gotsunami/gitlab-copy

Copy labels only between projects

Closed this issue · 0 comments

matm commented

Add a labelsOnly entry in config file to easily copy labels between two projects:

from:
  url: https://gitlab.mydomain.com
  token: atoken
  project: namespace/project
  labelsOnly: true
to:
  url: https://gitlab.sameorotherdomain.com
  token: anothertoken
  project: namespace/project

Label attributes are conserved.