Does Renovate revert PR titles that have had manual edits? #43464
Unanswered
Ali-Haider-24
asked this question in
Request Help
Replies: 1 comment 2 replies
-
|
Yes, this is expected behavior, with no workaround currently. You could create a commit along with PR title change, bot will detect external commit and stop updating the PR. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
A Mend.io-hosted app
Which platform you running Renovate on?
GitHub.com
Which version of Renovate are you using?
43.185.1
Please tell us more about your question or problem
Is the Renovate bot supposed to revert PR titles if the PR titles have been manually modified?
We have these settings in our renovate.json file:
and we have a package rule that modifies the commitMessageTopic if the dependency starts with
drupal/:So our PR titles end up looking like: "Update drupal/somemodule module from 1.0.0 to 2.0.0"
However, our team adds ticket references at the start of the PR title. So the PR title becomes: "[Ticket-1234] Update drupal/somemodule module from 1.0.0 to 2.0.0"
It seems like the Renovate bot picks up on this and reverts the PR title to the original by removing the ticket reference.
Is this normal behaviour for the Renovate bot? Is there some configuration setting that tells the bot to not change PR titles if they have been manually edited?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions