gitlab-ce/danger/plugins/stable_branch.rb

10 lines
192 B
Ruby

# frozen_string_literal: true
require_relative '../../tooling/danger/stable_branch'
module Danger
class StableBranch < ::Danger::Plugin
include Tooling::Danger::StableBranch
end
end