debian-mirror-gitlab/danger/plugins/stable_branch.rb
2023-03-04 22:38:38 +05:30

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