Onboarding PR commits being overwritten #8039
Answered
by
viceice
viceice
asked this question in
Request Help
-
This bug still happens to me on GitLab. Every time I push a commit on the onboarding merge request, and it re-runs, the branch is then rebased by it. I can't have custom configuration... Originally posted by @songkeys in #1961 (comment) |
Beta Was this translation helpful? Give feedback.
Answered by
viceice
Dec 16, 2020
Replies: 1 comment 1 reply
-
@songkeys Do you try to ammend the git commit? Renovate uses the commit author to check moduification, so you need to push a separat commit. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rarkins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@songkeys Do you try to ammend the git commit? Renovate uses the commit author to check moduification, so you need to push a separat commit.