Skip to content

Commit 3ca2324

Browse files
committed
create_pr_with_updates rake command can have a custom comment if wanted
1 parent df30100 commit 3ca2324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ namespace :common_plaintext_files do
372372
end
373373

374374
desc "Updates the common plaintext files files and creates a PR"
375-
task :create_pr_with_updates do
376-
force_update(update_common_plaintext_files_in_repos, custom_pr_comment)
375+
task :create_pr_with_updates :custom_pr_comment do |_t, args|
376+
force_update(update_common_plaintext_files_in_repos, args[:custom_pr_comment])
377377
end
378378
end
379379

0 commit comments

Comments
 (0)