From 6ee0e7b224c7c577766fefd7f99ec60fc9c20f46 Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Sun, 9 Jun 2024 21:25:58 +0100 Subject: [PATCH] fix(whiskers): don't use array for `prBody` (#8) --- whiskers.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/whiskers.json b/whiskers.json index 4d93ec7..6c4252d 100644 --- a/whiskers.json +++ b/whiskers.json @@ -6,8 +6,7 @@ "catppuccin/whiskers" ], "prBodyNotes": [ - "> [!WARNING]", - "> You may need to edit the template accordingly before merging this Pull Request." + "> [!WARNING]\n> You may need to edit the template accordingly before merging this Pull Request." ] } ],