0

we are using gitlab with gold license. Like in all versions, there are labels.

We have some groups / subgroups and projects. We share across some teams (subgroups) labels.

How can we avoid that LABELs are deleted by "the wrong" members?

  • To protect the code there are obviously merge requests
  • For branches I found the topic, solved with hooks, here on SO
KargWare
  • 1,746
  • 3
  • 22
  • 35

1 Answers1

0

You need to secure the git access depends on the users Below is link which can guide you.

See here

gitlab branch permissions

Git security branch

ML85
  • 709
  • 7
  • 19