JuliaRegistries / Registrator.jl

Julia package registration bot
https://julialang.org/packages
Other
209 stars 47 forks source link

failed to apply new package git pull tag #352

Open ExpandingMan opened 3 years ago

ExpandingMan commented 3 years ago

Not really a big deal, but for some reason I don't understand the registrator bot failed to apply the new package tag here. Don't know why, the pulls right next to it that did get the tag don't really look any different to me.

DilumAluthge commented 3 years ago

Yeah, this is a known issue. Basically, Registrator.jl has two code paths:

  1. GitHub comment-bot
  2. JuliaHub web UI

The comment-bot code path includes the logic for adding labels, but the web UI code path does not.

DilumAluthge commented 3 years ago

@ericphanson This means that new package registrations created from the JuliaHub web UI won't show up in the Slack or Zulip feeds.

ExpandingMan commented 3 years ago

@ericphanson This means that new package registrations created from the JuliaHub web UI won't show up in the Slack or Zulip feeds.

This was what drew my attention to it.