Skip to content

Commit 2a461fd

Browse files
committed
Use a "cleaner" title for the GHA logs
1 parent 6fd7c90 commit 2a461fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gha_logs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ async fn process_logs(
132132
r###"<!DOCTYPE html>
133133
<html lang="en" translate="no">
134134
<head>
135-
<title>{log_uuid} - triagebot</title>
136135
<meta charset="UTF-8">
137136
<meta name="viewport" content="width=device-width, initial-scale=1.0">
137+
<title>{log_id} - {owner}/{repo}</title>
138138
<link rel="icon" sizes="32x32" type="image/png" href="https://www.rust-lang.org/static/images/favicon-32x32.png">
139139
<style>
140140
body {{

0 commit comments

Comments
 (0)