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

skip version updates depending on a regex from the feedstock #1441

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Sep 12, 2021

No description provided.

@beckermr
Copy link
Contributor

Thanks for this one @isuruf! The tests on master have been failing for a few items. We need to debug those, but in another PR. This PR could use a test maybe though.

@beckermr
Copy link
Contributor

Rebasing this on master should fix the tests.

@bollwyvl
Copy link
Contributor

Is it worth a look here again?

This would be handy for e.g. nodejs, where we could express a non-LTS releases with a very small regex. conda-forge/nodejs-feedstock#223

bot_settings = self.get_bot_settings(meta_yaml)
if not bot_settings:
return False
if "version_regex" not in bot_settings:
Copy link
Contributor

Choose a reason for hiding this comment

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

We should put this under "version_updates" like the random fraction key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants