pr-automerge: pass --commit-bottles-to-pr-branch by default

This commit is contained in:
Carlo Cabrera 2023-03-28 22:02:53 +08:00
parent 46ac052b3b
commit e462b59f7c
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -75,7 +75,7 @@ module Homebrew
pr_urls << pr["html_url"]
end
publish_args = ["pr-publish"]
publish_args = ["pr-publish", "--commit-bottles-to-pr-branch"]
publish_args << "--tap=#{tap}" if tap
publish_args << "--workflow=#{args.workflow}" if args.workflow
publish_args << "--autosquash" if args.autosquash?