diff options
author | Imre Farkas <ifarkas@gitlab.com> | 2018-06-07 13:26:29 +0200 |
---|---|---|
committer | Imre Farkas <ifarkas@gitlab.com> | 2018-06-07 13:30:16 +0200 |
commit | e6d8faf6fa59815cfe5b43e2a92ddabcae03c8ca (patch) | |
tree | 00576573af89fc9e85fab9443e3c8dabf5403d96 /doc/user | |
parent | 95b3e51f117167d48ba04f2dcef6922aff885617 (diff) | |
download | gitlab-ce-e6d8faf6fa59815cfe5b43e2a92ddabcae03c8ca.tar.gz |
Update doc for maintaining project visibility during Github import
Diffstat (limited to 'doc/user')
-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 |