Add action to auto-update mamba#117
Conversation
|
For a new conda version, this would require 3 * 20 CI jobs instead of 20 CI jobs? |
Yes, this is the cost of this automation but it also means that we tests were run before we set the tag. |
|
@isuruf Anything I can do to get this merged? |
|
Can we do it for mamba version only? (Maybe open an issue for conda version. I don't see any point to creating a PR, merging it and tagging vs just tagging) |
You mean that we could have a bot that opens an issue for a new conda version? |
Yes an issue asking for a new tag. |
|
Added an action for a tag over at #132 Can this here be merged, too? |
Fixes #116
This checks every 6h whether there is a new conda / mamba release and makes a PR that updates the
Miniforge3/construct.yamlfile.Important things:
${{ GITHUB_TOKEN }}, CI wouldn't be triggered. As the deploy key is specific to this repo, it doesn't give anyone in the miniforge team more permissions that they would already have.See xhochy/miniforge-bot#3 for a working example of this change.