-
Notifications
You must be signed in to change notification settings - Fork 79
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
Allow feedstocks to opt out of PRs (version and/or migration) #61
Comments
How was this solved with |
Ah ok. So not feasible for this problem. Hmm... |
Adding a blacklist is easy, the main thing is putting the blacklist where users can get at it. That way they can put PRs in to blacklist their packages rather than us having to put them in. |
We might consider making the blacklist a yaml file, where keys are the feedstocks to ignore and then values are some statement about why we are ignoring them. This will allow us to take things off the blacklist in the future when their issue is resolved. git: lack of multi source support |
We may need a way for feedstocks to opt out via a blacklist. We'll still keep track of the feedstocks in the graph, but we can remove them from the PR process.
The text was updated successfully, but these errors were encountered: