diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-06-07 14:39:36 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-06-07 14:39:36 +0000 |
commit | 7a2fb011902c384aabdde1460e7ddba830678b95 (patch) | |
tree | 08b3909ca6924783fc6c4867cf4eb7024465340f /doc | |
parent | 13bc3bef20a3a2bb81cab1bedb99b6bfa931367d (diff) | |
parent | e6d8faf6fa59815cfe5b43e2a92ddabcae03c8ca (diff) | |
download | gitlab-ce-7a2fb011902c384aabdde1460e7ddba830678b95.tar.gz |
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.md | 4 |
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 |