Automattic / pocket-casts-ios

Pocket Casts iOS app 🎧
Mozilla Public License 2.0
1.65k stars 129 forks source link

[Tooling] Migrate all lanes to keyword-params syntax #2217

Closed AliSoftware closed 2 days ago

AliSoftware commented 3 days ago

📘 Related to Project Thread: paaHJt-78B-p2

[!IMPORTANT] This PR stacks on top of https://github.com/Automattic/pocket-casts-ios/pull/2216 (which itself sits on top of #2215) and should only be merged after those have been merged first, to not pollute their diffs.

release-on-ci/keywords-params
  |
  |-- [#2217] (this PR)
  v
release-on-ci/reorder-lanes
  |
  |-- [#2216]
  v
release-on-ci/refactor-code-freeze
  |
  |-- [#2215]
  v
trunk

What

This PR migrates all the lanes that were using do |options| … to use keyword params syntax instead (e.g. do |skip_confirm: false| …)

dangermattic commented 3 days ago
1 Warning
:warning: This PR is assigned to the milestone 7.74. The due date for this milestone has already passed.
Please assign it to a milestone with a later deadline or check whether the release for this milestone has already been finished.

Generated by :no_entry_sign: Danger