Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-06-07 17:39:36 +0300
committerDouwe Maan <douwe@gitlab.com>2018-06-07 17:39:36 +0300
commit7a2fb011902c384aabdde1460e7ddba830678b95 (patch)
tree08b3909ca6924783fc6c4867cf4eb7024465340f /doc
parent13bc3bef20a3a2bb81cab1bedb99b6bfa931367d (diff)
parente6d8faf6fa59815cfe5b43e2a92ddabcae03c8ca (diff)
Merge branch '47189-github_import_visibility_doc_update' into 'master'
Update doc for maintaining project visibility during Github import Closes #47189 See merge request gitlab-org/gitlab-ce!19533
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/import/github.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/project/import/github.md b/doc/user/project/import/github.md
index cad85881c4d..fcd6192e82f 100644
--- a/doc/user/project/import/github.md
+++ b/doc/user/project/import/github.md
@@ -29,7 +29,9 @@ The following aspects of a project are imported:
* Regular issue and pull request comments
References to pull requests and issues are preserved (GitLab.com & 8.7+), and
-each imported repository defaults to `private` but [can be made public](../settings/index.md#sharing-and-permissions), as needed.
+each imported repository maintains visibility level unless that [visibility
+level is restricted](../../../public_access/public_access.md#restricting-the-use-of-public-or-internal-projects),
+in which case it defaults to the default project visibility.
## How it works