From 55b06d96fea53de426e8b4eacdedb3bebe00c1b5 Mon Sep 17 00:00:00 2001 From: Sultan Al-Maari Date: Wed, 23 Oct 2024 11:45:27 +0200 Subject: [PATCH] feat: Update Danger's changelog message in PRs (#10994) --- dangerfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerfile.ts b/dangerfile.ts index 38fdd124508..bd0583fda14 100644 --- a/dangerfile.ts +++ b/dangerfile.ts @@ -156,7 +156,7 @@ export const validatePRChangelog = () => { .map(([section, sectionValue]) => { return `\n- ${ changelogTemplateSections[section as keyof typeof changedSections] - } (${sectionValue})` + } (${sectionValue} - ${pr.user.login})` }) .join("")