We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 149897b + 3cd223a commit edf1f5cCopy full SHA for edf1f5c
site/src/github.rs
@@ -75,7 +75,8 @@ pub async fn unroll_rollup(
75
format!("{}…", m.split_at(59).0)
76
}
77
})
78
- .unwrap_or_else(|| format!("#{}", c.original_pr_number));
+ .unwrap_or_else(|| format!("#{}", c.original_pr_number))
79
+ .replace('|', "\\|");
80
writeln!(
81
&mut string,
82
"|#{pr}|{message}|{commit}|",
0 commit comments