There was an error while loading. Please reload this page.
1 parent 97876ff commit 59c818aCopy full SHA for 59c818a
lib/rake_github/task_sets/repository.rb
@@ -39,6 +39,7 @@ class Repository < RakeFactory::TaskSet
39
ts.deploy_keys_destroy_task_name
40
}
41
task Tasks::PullRequests::Merge,
42
+ # TODO: should this be here?
43
argument_names: %i[branch_name commit_message],
44
branch_name: RakeFactory::DynamicValue.new { |ts|
45
ts.branch_name
0 commit comments