diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-26 03:06:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-26 03:06:35 +0000 |
commit | 33586a7aa128171b1bbc9380648b6945b09f5e2d (patch) | |
tree | 8f30ee5bd03540cba8654f6e587ab2f99e1bde33 /doc/user | |
parent | 34abb9dce516b7d13c78bae99a7d9615dcc0bc2a (diff) | |
download | gitlab-ce-33586a7aa128171b1bbc9380648b6945b09f5e2d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/permissions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/permissions.md b/doc/user/permissions.md index 2025832a714..c911336d274 100644 --- a/doc/user/permissions.md +++ b/doc/user/permissions.md @@ -133,10 +133,10 @@ The following table depicts the various user permission levels in a project. | Force push to protected branches (*4*) | | | | | | | Remove protected branches (*4*) | | | | | | -- (*1*): All users are able to perform this action on public and internal projects, but not private projects. +- (*1*): Guest users are able to perform this action on public and internal projects, but not private projects. - (*2*): Guest users can only view the confidential issues they created themselves - (*3*): If **Public pipelines** is enabled in **Project Settings > CI/CD** -- (*4*): Not allowed for Guest, Reporter, Developer, Maintainer, or Owner +- (*4*): Not allowed for Guest, Reporter, Developer, Maintainer, or Owner. See [Protected Branches](./project/protected_branches.md). ## Project features permissions |