Skip to content
Snippets Groups Projects
Commit adf5b0d1 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(onboarding): use platform getPrBody

parent 30334c27
No related merge requests found
......@@ -62,6 +62,8 @@ You can post questions in [our Config Help repository](https://github.com/renova
}
logger.trace('prBody:\n' + prBody);
prBody = platform.getPrBody(prBody);
// Check if existing PR exists
const existingPr = await platform.getBranchPr(`renovate/configure`);
if (existingPr) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment