debian-mirror-gitlab/danger/plugins/stable_branch.rb

10 lines
192 B
Ruby
Raw Normal View History

2023-03-04 22:38:38 +05:30
# frozen_string_literal: true
require_relative '../../tooling/danger/stable_branch'
module Danger
class StableBranch < ::Danger::Plugin
include Tooling::Danger::StableBranch
end
end