Skip to content

Commit 522ef6f

Browse files
work
1 parent 2ee7fc9 commit 522ef6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bumper/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ func getBody(commits []commit, assign []string) string {
482482
}
483483
lines = append(lines, "", "This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.")
484484
for _, who := range assign {
485-
lines = append(lines, []string{"", fmt.Sprintf("/cc @%s", who), ""}...)
485+
lines = append(lines, "", fmt.Sprintf("/cc @%s", who))
486486
}
487487

488488
body := strings.Join(lines, "\n")

0 commit comments

Comments
 (0)