@@ -114,9 +114,9 @@ def test_write_to_markdown(self):
114
114
"| Title | URL | Author | Time to first response | Time to close |"
115
115
" Time to answer | Time spent in bug |\n "
116
116
"| --- | --- | --- | --- | --- | --- | --- |\n "
117
- "| Issue 1 | https://github.com/user/repo/issues/1 | alice | 1 day, 0:00:00 | "
117
+ "| Issue 1 | https://github.com/user/repo/issues/1 | [ alice](https://github.com/alice) | 1 day, 0:00:00 | "
118
118
"2 days, 0:00:00 | 3 days, 0:00:00 | 1 day, 0:00:00 |\n "
119
- "| Issue 2 | https://github.com/user/repo/issues/2 | bob | 3 days, 0:00:00 | "
119
+ "| Issue 2 | https://github.com/user/repo/issues/2 | [ bob](https://github.com/bob) | 3 days, 0:00:00 | "
120
120
"4 days, 0:00:00 | 5 days, 0:00:00 | 2 days, 0:00:00 |\n \n "
121
121
"_This report was generated with the [Issue Metrics Action](https://github.com/github/issue-metrics)_\n "
122
122
"Search query used to find these items: `is:issue is:open label:bug`\n "
@@ -210,9 +210,9 @@ def test_write_to_markdown_with_vertical_bar_in_title(self):
210
210
"| Title | URL | Author | Time to first response | Time to close |"
211
211
" Time to answer | Time spent in bug |\n "
212
212
"| --- | --- | --- | --- | --- | --- | --- |\n "
213
- "| Issue 1 | https://github.com/user/repo/issues/1 | alice | 1 day, 0:00:00 | "
213
+ "| Issue 1 | https://github.com/user/repo/issues/1 | [ alice](https://github.com/alice) | 1 day, 0:00:00 | "
214
214
"2 days, 0:00:00 | 3 days, 0:00:00 | 1 day, 0:00:00 |\n "
215
- "| feat| Issue 2 | https://github.com/user/repo/issues/2 | bob | 3 days, 0:00:00 | "
215
+ "| feat| Issue 2 | https://github.com/user/repo/issues/2 | [ bob](https://github.com/bob) | 3 days, 0:00:00 | "
216
216
"4 days, 0:00:00 | 5 days, 0:00:00 | 2 days, 0:00:00 |\n \n "
217
217
"_This report was generated with the [Issue Metrics Action](https://github.com/github/issue-metrics)_\n "
218
218
)
@@ -321,8 +321,8 @@ def test_writes_markdown_file_with_non_hidden_columns_only(self):
321
321
"| Total number of items created | 2 |\n \n "
322
322
"| Title | URL | Author |\n "
323
323
"| --- | --- | --- |\n "
324
- "| Issue 1 | https://github.com/user/repo/issues/1 | alice |\n "
325
- "| Issue 2 | https://github.com/user/repo/issues/2 | bob |\n \n "
324
+ "| Issue 1 | https://github.com/user/repo/issues/1 | [ alice](https://github.com/alice) |\n "
325
+ "| Issue 2 | https://github.com/user/repo/issues/2 | [ bob](https://github.com/bob) |\n \n "
326
326
"_This report was generated with the [Issue Metrics Action](https://github.com/github/issue-metrics)_\n "
327
327
"Search query used to find these items: `repo:user/repo is:issue`\n "
328
328
)
0 commit comments