Open johncowen opened 4 weeks ago
We recently changed PRs to use the PR description for the merge commit message, which is great for our own PRs, but terrible for dependabot PRs (they are full of HTML)
We've taken to copying the last commit message to use for the merge commit for any dependabot PRs.
It would also be nice to replace the default dependabot description with the last commit message, and then put dependabots description as a comment on the PR so we have/keep links to all the information contained in there.
If either of these things gets done, feel free to split this issue into two in order to close one but not the other - or if its easier to do both tasks in one thats fine also.
Description
More details here https://github.com/kumahq/kuma-gui/pull/2918
The above PR was work towards this issue (mainly testing out "only do something on dependabot PRs" functionality) but next steps would be to make the GHA also bump this file and commit to the existing PR.