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