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

AutoMerge: Respect the `Override AutoMerge: name similarity is okay` label #536

Closed ericphanson closed 7 months ago

ericphanson commented 8 months ago

...by turning off the distance check whenever the label is applied. The github action should be updated to activate when labels are added, for best effect, as shown in the example yaml.

ericphanson commented 7 months ago

bump @DilumAluthge

DilumAluthge commented 7 months ago

Should we just rename our label (on the General repo) and remove the colon character?

ericphanson commented 7 months ago

I think it's fine, it's nice to not have 2 labels or have to delete the old ones, and it just needs an extra quote

ericphanson commented 7 months ago

Bump- would be nice if folks with triage access could help here!

ericphanson commented 7 months ago

I'm not thrilled by the fact that we now have to run AutoMerge when labels are added or removed. But, off the top of my head, I can't think of an alternate approach.

We only run when some specific labels are added or removed, not any labels!