Update Dependencies automation always force pushes a rewritten commit
Open
area-infrastructure
- Dominant language
- Dockerfile
- Stars
- 4.9k
- Forks
- 2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 26
Description
See this PR for example: https://github.com/dotnet/dotnet-docker/pull/5393
It makes one commit with its updates, and then appears to force push changes that include updates from the base branch. See the diff for the force push: https://github.com/dotnet/dotnet-docker/compare/71a84714b0f607a4e1796cee8afda87a3581644c..255c35ffae79ada42267f9bc1d5b00e50f3cee84?diff=unified&w=
This should just be one commit based on top of the latest commit from the base branch.
Contributor guide
Assessment
This issue has not been assessed yet.