-
Notifications
You must be signed in to change notification settings - Fork 74
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
base: main
Are you sure you want to change the base?
Conversation
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. |
Rebasing this on master should fix the tests. |
Is it worth a look here again? This would be handy for e.g. |
bot_settings = self.get_bot_settings(meta_yaml) | ||
if not bot_settings: | ||
return False | ||
if "version_regex" not in bot_settings: |
There was a problem hiding this comment.
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.
No description provided.