JuliaRegistries / RegistryCI.jl

Continuous integration (CI) tools for Julia package registries, including registry consistency testing, automatic merging (automerge) of pull requests, and automatic TagBot triggers
https://juliaregistries.github.io/RegistryCI.jl/stable
Other
31 stars 30 forks source link

Correctly handle an edge case in the sequential version check #563

Closed DilumAluthge closed 2 months ago

DilumAluthge commented 2 months ago

Fixes #562

The basic idea of this PR is to take something out of the "exception" domain and move it into the "guideline failure" domain. This allows us to surface the underlying error back up to the user (in the form of the AutoMerge comment).

DilumAluthge commented 2 months ago

This will be registered in https://github.com/JuliaRegistries/General/pull/108941

DilumAluthge commented 2 months ago

This will be deployed on General on https://github.com/JuliaRegistries/General/pull/108943

odow commented 2 months ago

Thanks @DilumAluthge

DilumAluthge commented 2 months ago

Of course! Thanks for reporting the bug.