Skip to content

Don't show links to tag a commit for non permitted users

What does this MR do?

Doesn't show links to tag an individual commit for non permitted users. Specifically, only users that can :push_code as defined in ProjectPolicy will see the link.

According to the Project Permissions Documentation, this includes the following roles:

  • Owner
  • Master
  • Developer

and excludes the following roles:

  • Reporter
  • Guest
  • Non-authenticated user

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26188 (closed)

Merge request reports