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

fix grouped update PRs are missing current -> updated version message #8478

Merged

Conversation

jakecoffman
Copy link
Member

@jakecoffman jakecoffman commented Nov 28, 2023

fixes #7662

Group PRs that only have 1 dependency are missing the version from -> to line.

There are examples in this very repo: #8459

The reason this happened is in the past, for PRs with one dependency the version update was included in the title. For grouped updates, the group info is included in the title, so the version info needs to be in the body. We just missed one place where we needed to check for a group.

@jakecoffman jakecoffman force-pushed the jakecoffman/fix-group-with-1-update-has-no-version-line branch from 6eb44c2 to c9df1b3 Compare November 28, 2023 15:53
@jakecoffman jakecoffman marked this pull request as ready for review November 28, 2023 15:55
@jakecoffman jakecoffman requested a review from a team as a code owner November 28, 2023 15:55
@jakecoffman jakecoffman merged commit 9025ae9 into main Nov 28, 2023
81 checks passed
@jakecoffman jakecoffman deleted the jakecoffman/fix-group-with-1-update-has-no-version-line branch November 28, 2023 16:38
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.

Dependabot groups with a single package update don't show current -> updated version
2 participants