assignUser commented on code in PR #13913:
URL: https://github.com/apache/arrow/pull/13913#discussion_r950135466
##########
dev/tasks/tasks.yml:
##########
@@ -969,6 +969,8 @@ tasks:
r-binary-packages:
ci: github
template: r/github.packages.yml
+ params:
+ custom_version: Unset
Review Comment:
This is a minor fix for an issue I noticed in this PR, namely that for
params to work they have to be listed in `tasks.yml`. This also necessitates
the `replace(` thing in the templates themselves as even empty params in
`task.yml` are `None` and `default` does not trigger on `None`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]