Welcome to mirror list, hosted at ThFree Co, Russian Federation.

web_hooks.rb « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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