summaryrefslogtreecommitdiff
path: root/lib/gitlab/web_hooks.rb
blob: 349c7a020cce030b72cb0ea13b8bea46d9fda42a (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Gitlab
  module WebHooks
    GITLAB_EVENT_HEADER = 'X-Gitlab-Event'
  end
end