Sha256: 41e19d5f8627e8c8ef114576b584dc576bcb818123e3745e2096ae95139fbf77

Contents?: true

Size: 330 Bytes

Versions: 26

Compression:

Stored size: 330 Bytes

Contents

arg :pull_request_id

desc 'Provide standardized signoff message to a pull request.'
long_desc "pull_request_id - The ID of the pull request to sign off on"
command 'signoff' do |c|
  c.action do |global_options, options, args|
    require_relative '../scripts/signoff'
    Octopolo::Scripts::Signoff.execute args.first
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
octopolo-0.1.3 lib/octopolo/commands/signoff.rb
octopolo-0.1.2 lib/octopolo/commands/signoff.rb
octopolo-0.1.1 lib/octopolo/commands/signoff.rb
octopolo-0.1.0 lib/octopolo/commands/signoff.rb
octopolo-0.0.2 lib/octopolo/commands/signoff.rb
octopolo-0.0.1 lib/octopolo/commands/signoff.rb