Skip to content

Commit

Permalink
chore: add another newline when editing Dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed May 9, 2024
1 parent baaaa6b commit 86bdfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const submitFeedbackForPR = async (
await github.pulls.update(
context.repo({
pull_number: pr.number,
body: pr.body + '\n---\n\nNotes: none',
body: pr.body + '\n\n---\n\nNotes: none',
}),
);
return;
Expand Down

0 comments on commit 86bdfcf

Please sign in to comment.