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

Deduplicate identical changesets #1995

Open
blast-hardcheese opened this issue Mar 6, 2021 · 0 comments · May be fixed by #2019
Open

Deduplicate identical changesets #1995

blast-hardcheese opened this issue Mar 6, 2021 · 0 comments · May be fixed by #2019
Labels
enhancement New feature or request

Comments

@blast-hardcheese
Copy link
Contributor

As groups of dependencies managed by the same constant or variable end up looking independently updatable, we invariably end up with duplicate PRs with the same content.

Example:

I'm not sure how best to resolve this, a naive approach would be to order by GAV then deduplicate via a sliding window, we'd only get the first "group" opened and subsequent runs would deduplicate. This presumes common prefix, but that may be a good starting place.

@blast-hardcheese blast-hardcheese linked a pull request Mar 20, 2021 that will close this issue
@exoego exoego added the enhancement New feature or request label Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants