knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

The list of commits is incomplete #52

Closed knl closed 2 years ago

knl commented 2 years ago

When niv-updater-action creates a list of commits in the change, it omits the merges. However, it doesn't include the referenced commits, thus the picture is incomplete.

Take for example: https://github.com/nixos/nixpkgs/compare/9783ef308da620a48a9849d977dd1dfdf7f9ba45...bc265bf81389f1882a19fa24a649c27c4dd070bc

The associated report has way less entries: https://github.com/knl/dotskel/pull/277

knl commented 2 years ago

fixed by https://github.com/knl/niv-updater-action/commit/079a0fdf319b18bde37010b9014ee3a12ddaa013 and subsequent commits