Compare commits
No commits in common. "f5055a9ac70e0f74c8a768aa1a07af49ad20c2db" and "df7b5c6aa4a00dfca66dc802f1e813f23f27a5b9" have entirely different histories.
f5055a9ac7
...
df7b5c6aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ fn handle_command(args: &Args, issues_dir: &std::path::Path) -> anyhow::Result<(
|
||||||
let issue = issues.issues.get(*uuid).unwrap();
|
let issue = issues.issues.get(*uuid).unwrap();
|
||||||
let comments = match issue.comments.len() {
|
let comments = match issue.comments.len() {
|
||||||
0 => String::from(" "),
|
0 => String::from(" "),
|
||||||
n => format!("🗨️ {}", n),
|
n => format!("🗩 {}", n),
|
||||||
};
|
};
|
||||||
let assignee = match &issue.assignee {
|
let assignee = match &issue.assignee {
|
||||||
Some(assignee) => format!(" (👉 {})", assignee),
|
Some(assignee) => format!(" (👉 {})", assignee),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue