JuliaRegistries / CompatHelper.jl

Automatically update the [compat] entries for your Julia package's dependencies
https://JuliaRegistries.github.io/CompatHelper.jl/dev/
MIT License
138 stars 40 forks source link

CompatHelper keeps creating new branches for the same change #451

Closed visr closed 1 year ago

visr commented 1 year ago

I noticed that CompatHelper has created one new branch per hour since the GeoJSON release, so now there are over 1000 branches. And I don't see a CompatHelper PR.

Example: https://github.com/MakieOrg/GeoMakie.jl/commit/75db288ca2556c59acc51f77c520416e2defdb29 https://github.com/MakieOrg/GeoMakie.jl/branches/active

Ref https://github.com/MakieOrg/GeoMakie.jl/pull/172

visr commented 1 year ago

I assume this is because of an old CompatHelper.yml, using Julia 1.2, which I updated in https://github.com/MakieOrg/GeoMakie.jl/pull/172/commits/151ce57c2c5b91153ea7e44bbfdcf2aaf1b0f542.

Looks like Makie.jl also had a similar issue in the past: https://github.com/MakieOrg/Makie.jl/issues/2619