Skip to content

Commit

Permalink
feat: Update Danger's changelog message in PRs (#10994)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSltun authored Oct 23, 2024
1 parent 6b7128f commit 55b06d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const validatePRChangelog = () => {
.map(([section, sectionValue]) => {
return `\n- ${
changelogTemplateSections[section as keyof typeof changedSections]
} (${sectionValue})`
} (${sectionValue} - ${pr.user.login})`
})
.join("")

Expand Down

0 comments on commit 55b06d9

Please sign in to comment.