Skip to content

Commit

Permalink
Merge #421
Browse files Browse the repository at this point in the history
421: 🤖 Automatically format the source code files r=DilumAluthge a=github-actions[bot]

This pull request formats the source code files using the JuliaFormatter package.

Co-authored-by: bors[bot] <bors[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and bors[bot] authored Jun 7, 2021
2 parents 232ab54 + 0231e25 commit ea15679
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/AutoMerge/cron.jl
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,18 @@ function cron_or_api_build(
"Reason: mandatory waiting period has not elapsed.",
),
pr_type,
pr_age, _canonicalize_period(pr_age),
pr_age,
_canonicalize_period(pr_age),
pkg,
is_jll_name(pkg),
new_package_waiting_period, _canonicalize_period(new_package_waiting_period),
new_jll_package_waiting_period, _canonicalize_period(new_jll_package_waiting_period),
new_version_waiting_period, _canonicalize_period(new_version_waiting_period),
new_jll_version_waiting_period, _canonicalize_period(new_jll_version_waiting_period),
new_package_waiting_period,
_canonicalize_period(new_package_waiting_period),
new_jll_package_waiting_period,
_canonicalize_period(new_jll_package_waiting_period),
new_version_waiting_period,
_canonicalize_period(new_version_waiting_period),
new_jll_version_waiting_period,
_canonicalize_period(new_jll_version_waiting_period),
pr_author,
authorized_authors,
authorized_authors_special_jll_exceptions
Expand Down

0 comments on commit ea15679

Please sign in to comment.