Continuous integration (CI) tools for Julia package registries, including registry consistency testing, automatic merging (automerge) of pull requests, and automatic TagBot triggers
There was basically no difference between new-package.jl and new-version.jl anymore, except for package/version in some output strings. This PR merges them into pull_requests.jl. It also removes an intermediate method of pull_request_build, which didn't provide any visible value.
There was basically no difference between
new-package.jl
andnew-version.jl
anymore, except for package/version in some output strings. This PR merges them intopull_requests.jl
. It also removes an intermediate method ofpull_request_build
, which didn't provide any visible value.