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

stable_branch.rb « plugins « danger - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81dae35ff24a0c90d5113adef6732e495f3a893a (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require_relative '../../tooling/danger/stable_branch'

module Danger
  class StableBranch < ::Danger::Plugin
    include Tooling::Danger::StableBranch
  end
end