JuliaRegistries / JuliaRegistries/CompatHelper.jl
More user-friendly custom registry API
Open
feature request
- Dominant language
- Julia
- Stars
- 147
- Forks
- 43
- Avg merge
- 21h 27m
- Merged PRs (30d)
- 2
Description
Currently you have to write some slightly obscure Julia code to add custom registries before the bot does its main thing. Maybe registry cloning could be done less directly via configuration? For example:
```yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_REGISTRIES: A/B,C/D
```
It looks like we don't actually need the UUID and name of the registry, only the URL.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.