From ab17aafa0cd4dbb2fe99fde9a3539f27762897e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich=20=28Mac=29?= Date: Wed, 17 Jan 2024 19:26:55 +0100 Subject: [PATCH] Temporarily reintroduce double titles bug --- netlify/functions/validate-pr/appFn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify/functions/validate-pr/appFn.ts b/netlify/functions/validate-pr/appFn.ts index b815dc2..0a33e21 100644 --- a/netlify/functions/validate-pr/appFn.ts +++ b/netlify/functions/validate-pr/appFn.ts @@ -99,7 +99,7 @@ const appFn = (app: Probot) => { .filter((text) => text !== 'Playlist'); console.log(details); - details = playlistMeta.join(' · '); + details = [title, ...playlistMeta].join(' · '); } return {