Skip to content

Commit

Permalink
chore(release): add author to changelog template
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Mar 7, 2024
1 parent 3813a69 commit e3f9ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/check_changelog/check_changelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function main() {
'```',
"## Unreleased",
'',
" - PR title (#PR number)",
" - PR title (#PR number) by @PR author",
'',
" Body...",
'```',
Expand All @@ -55,7 +55,7 @@ async function main() {
"Here are your PR's title, number, and body as a starting point:",
'',
'```',
`- ${pr.title} (#${pr.number})`,
`- ${pr.title} (#${pr.number}) by @${pr.user.login}`,
'',
` ${pr.body}`,
'```',
Expand Down

0 comments on commit e3f9ba3

Please sign in to comment.