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("")