You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DilumAluthge I recall there is some Julia tool for automating this kind of thing across multiple repos in an org. Can you point me the right direction?
The text was updated successfully, but these errors were encountered:
ablaom
changed the title
Post issues in repos implementing the MLJ model interface pointing to MLJBase 1.0 migration guide
Post issues pointing to MLJBase 1.0 migration guide
Sep 25, 2023
For making PRs (e.g. to set up or modify CI workflow files), we have MassInstallAction.jl.
I don't think we have a Julia package specifically for this kind of issues task. However, we do have GitHub.jl which is a general-purpose GitHub API package. You could likely use GitHub.jl to write a script to open issues on all of the relevant repos.
The following issue can be used as a template:
JuliaAI/Imbalance.jl#58
Under the JuliaAI umbrella:
Other orgs:
@DilumAluthge I recall there is some Julia tool for automating this kind of thing across multiple repos in an org. Can you point me the right direction?
The text was updated successfully, but these errors were encountered: