Skip to content

Commit 9385c41

Browse files
committed
remove "your PR" from the message
1 parent 478d772 commit 9385c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/server/worker.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ impl Worker {
259259
};
260260

261261
let opening = match log_variables.job_name {
262-
Some(job_name) => format!("The job **`{}`** of your PR", job_name),
263-
None => "Your PR".to_owned(),
262+
Some(job_name) => format!("The job **`{}`**", job_name),
263+
None => "A job".to_owned(),
264264
};
265265

266266
let log_url = job.log_url().unwrap_or_else(|| "unknown".into());

0 commit comments

Comments
 (0)