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

Alphanumeric name check: Don't use `\w`, because we don't want to include underscores #511

Closed DilumAluthge closed 1 year ago

DilumAluthge commented 1 year ago

This is a bug-fix. This guideline was always intended to exclude non-alphanumeric characters; we just weren't doing that correctly.

DilumAluthge commented 1 year ago

H/t @GunnarFarneback for spotting this regex issue on Slack.

DilumAluthge commented 1 year ago

bors merge

bors[bot] commented 1 year ago

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.