Skip to content

Commit 94f29a8

Browse files
committed
worker: hide previous comments when posting a new failure
1 parent 3d393ae commit 94f29a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/server/worker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ impl Worker {
264264
};
265265

266266
let log_url = job.log_url().unwrap_or_else(|| "unknown".into());
267+
self.github.hide_own_comments(repo, pr)?;
267268
self.github.post_comment(repo, pr, &format!(r#"
268269
{opening} failed! Check out the build log: [(web)]({html_url}) [(plain)]({log_url})
269270

0 commit comments

Comments
 (0)