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
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-06-18 00:18:52 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-06-18 00:18:52 +0300
commit6ec5044f74a7b5817465f6a8e26d0e77b9860b78 (patch)
tree2b7fda61842e1fd8f0b51eec35aef8cfe59b8881
parent7a34c7997b416f8e3da10d81d8a65b4f09289061 (diff)
Warn about admin privilege to disable GitHub Webhooks
[ci skip]
-rw-r--r--app/views/import/github/status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/github/status.html.haml b/app/views/import/github/status.html.haml
index 6c4a9d68d1f..7486b1423e2 100644
--- a/app/views/import/github/status.html.haml
+++ b/app/views/import/github/status.html.haml
@@ -6,7 +6,7 @@
%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.
+ 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, but only if you have admin access to the GitHub repository.
%p.light
Select projects you want to import.