Sha256: d0eb8bc7ce997662ada5baf4ea9ef7860d8686e7cbc9261daec1e1a0ceaf2bc7

Contents?: true

Size: 431 Bytes

Versions: 16

Compression:

Stored size: 431 Bytes

Contents

arg :pull_request_id
desc 'Accept pull requests. Merges the given pull request into master and updates the changelog.'
command 'accept-pull' do |c|
  c.switch [:f, :force], default_value: false, desc: 'Ignore the status checks on the pull request', negatable: false
  c.action do |global_options, options, args|
    require_relative '../scripts/accept_pull'
    Octopolo::Scripts::AcceptPull.execute(args.first, options)
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
octopolo-1.12.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.11.4 lib/octopolo/commands/accept_pull.rb
octopolo-1.11.3 lib/octopolo/commands/accept_pull.rb
octopolo-1.11.1 lib/octopolo/commands/accept_pull.rb
octopolo-1.11.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.9.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.8.1 lib/octopolo/commands/accept_pull.rb
octopolo-1.8.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.7.1 lib/octopolo/commands/accept_pull.rb
octopolo-1.7.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.6.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.5.3 lib/octopolo/commands/accept_pull.rb
octopolo-1.5.2 lib/octopolo/commands/accept_pull.rb
octopolo-1.5.1 lib/octopolo/commands/accept_pull.rb
octopolo-1.5.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.4.0 lib/octopolo/commands/accept_pull.rb