Skip to content

Commit 21e4c05

Browse files
committed
Inline args in auto build succeeded comment
1 parent c77510e commit 21e4c05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bors/comment.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ pub fn auto_build_succeeded_comment(
217217
.join(", ");
218218

219219
Comment::new(format!(
220-
":sunny: Test successful - {}\nApproved by: `{}`\nPushing {} to `{}`...",
221-
urls, approved_by, merge_sha, base_ref
220+
":sunny: Test successful - {urls}\nApproved by: `{approved_by}`\nPushing {merge_sha} to `{base_ref}`...",
222221
))
223222
}
224223

0 commit comments

Comments
 (0)