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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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