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

Add uv lock --upgrade CI workflow #3796

Open
dangotbanned opened this issue Feb 6, 2025 · 0 comments
Open

Add uv lock --upgrade CI workflow #3796

dangotbanned opened this issue Feb 6, 2025 · 0 comments

Comments

@dangotbanned
Copy link
Member

Originally posted by @dangotbanned in #3723 (comment)

All in all, I'm not really a big fan of a lock file. We can synchronize to a single unified developer experience, but it won't change the issues users face.
I prefer that we as maintainers experience these issues in environments and during review.

@mattijn I've thought some more about this and think I have an idea that gives us the benefits of both

  • GitHub Action scheduled at some interval (e.g. weekly, monthly) that adds a PR upgrading our lock file and running the test suite
  • If our CI is green, it could merge to main without review
  • Otherwise, it should block subsequent runs and require a maintainer to address the issues in that PR to merge

So we get the failures isolated to a single branch (one less concern for new contributors).
But we also continue to know well-ahead of release that we may have a dependency issue (preserving the current feedback loop).


I would split this into another issue to plan out how we'd achieve this.
However, after reading these I feel convinced we have options:

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

No branches or pull requests

1 participant