Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm tips for registry maintainers #40170

Merged
merged 1 commit into from
Jul 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,19 +174,6 @@ not a curated list of Julia packages. In particular this means that:
you install through the General registry -- you are responsible for reviewing your
code dependencies.

## Tips for registry maintainers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a pointer to RegistryCI docs?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, they are linked earlier in the automerge section, though that's kind of a different context. I'm not totally sure General is the right place though-- maybe the Pkg.jl docs on registries should be updated to mention RegistryCI (and probably LocalRegistry.jl too)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a PR to do that here: JuliaLang/Pkg.jl#2659


### Enabling/disabling AutoMerge

To enable/disable automerge, make a pull request to edit the
[`.github/workflows/automerge.yml`](.github/workflows/automerge.yml) file. Specifically, you want
to edit the lines near the bottom of the file that look like this:
```yaml
env:
MERGE_NEW_PACKAGES: true
MERGE_NEW_VERSIONS: true
```

[pkg]: https://julialang.github.io/Pkg.jl/v1/
[registrator]: https://github.com/JuliaRegistries/Registrator.jl
[registrator-app]: https://github.com/JuliaRegistries/Registrator.jl#via-the-github-app
Expand Down