summaryrefslogtreecommitdiff
path: root/app/views/import/github
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-06-03 15:31:34 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-06-06 12:07:45 -0300
commit17152602b05021b90261fc8f82024e323724d458 (patch)
treef7d20927fbeced4144acfd810a35c4223692ef39 /app/views/import/github
parent659d5d48303c4550a2c4ef7cc938d17b5b45d4c9 (diff)
downloadgitlab-ce-17152602b05021b90261fc8f82024e323724d458.tar.gz
Add a message warning user that Webhooks will be disabled
Diffstat (limited to 'app/views/import/github')
-rw-r--r--app/views/import/github/status.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/import/github/status.html.haml b/app/views/import/github/status.html.haml
index 5b7f11440c1..6c4a9d68d1f 100644
--- a/app/views/import/github/status.html.haml
+++ b/app/views/import/github/status.html.haml
@@ -4,6 +4,10 @@
%i.fa.fa-github
Import projects from GitHub
+%p
+ %i.fa.fa-warning
+ To import GitHub pull requests, any pull request source branches that had been deleted are temporarily restored on GitHub. To prevent any connected CI services from being overloaded with dozens of irrelevant branches being created and deleted again, GitHub webhooks are temporarily disabled during the import process.
+
%p.light
Select projects you want to import.
%hr