JuliaRegistries / Registrator.jl

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

Improve documentation on how to setup issue-triggered registration #306

Closed ablaom closed 4 years ago

ablaom commented 4 years ago

I can successfully register a new package at Juliahub but what's the extra step to enable issue-triggered registration? (Which works fine for some of my packages but not newer ones). There does not seem to be any instruction for this on the README.md for this. It just says "First, install the app on your package(s) as mentioned above" but there is no longer any instructions or other reference about the (now obsolete??) GitHubApp.

See, for example this issue comment which @JuliaRegistrator ignores:

https://github.com/alan-turing-institute/MLJMultivariateStatsInterface.jl/issues/4#issuecomment-706785185

JuliaRegistrator commented 4 years ago

Error while trying to register: Action not recognized: ignores

DilumAluthge commented 4 years ago

You need to install the GitHub App on that repository.

The GitHub app is definitely not obsolete.

DilumAluthge commented 4 years ago

Just click the blue button in this section: https://github.com/JuliaRegistries/Registrator.jl#install-registrator

ablaom commented 4 years ago

Okay. I feel pretty stupid. 😳

DilumAluthge commented 4 years ago

We could probably improve the docs a little bit.