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

split out `guideline_name_match_check` #551

Closed ericphanson closed 7 months ago

ericphanson commented 7 months ago

This part should not be overridable by labels. (Note this isn't a huge issue, since the consistency tests seem to catch this already, but it is helpful to have the logic clear here and to give a good message even if the label is applied removing the similarity check).

DilumAluthge commented 7 months ago

Can you add a comment somewhere saying explicitly that this check is not label-overridable? (I quickly skimmed the diff but didn't see such a comment.)