summaryrefslogtreecommitdiff
path: root/app/controllers/projects
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-08-30 17:56:26 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-08-31 18:34:23 -0300
commita103a5d9cc2f496854d75492fe3f759fad0a913f (patch)
treee46e652fb3ade98f6af262c28f471f528d4beb6e /app/controllers/projects
parentdebb65b5c81094765b2aa515a20e964cd8a14b6f (diff)
downloadgitlab-ce-a103a5d9cc2f496854d75492fe3f759fad0a913f.tar.gz
Add option to confidential issues events to trigger Webhooks
Diffstat (limited to 'app/controllers/projects')
-rw-r--r--app/controllers/projects/hooks_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/hooks_controller.rb b/app/controllers/projects/hooks_controller.rb
index b5624046387..0ae8ff98009 100644
--- a/app/controllers/projects/hooks_controller.rb
+++ b/app/controllers/projects/hooks_controller.rb
@@ -59,6 +59,7 @@ class Projects::HooksController < Projects::ApplicationController
:pipeline_events,
:enable_ssl_verification,
:issues_events,
+ :confidential_issues_events,
:merge_requests_events,
:note_events,
:push_events,