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

fix: double handlebars compile prBody

parent 7015a34c
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ async function ensurePr(prConfig) {
}
let prBody = handlebars.compile(config.prBody)(config);
prBody = handlebars.compile(prBody)(config);
// istanbul ignore if
if (config.global) {
if (config.global.prBanner) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment