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.
1 parent 177c78a commit ce4b482Copy full SHA for ce4b482
markdown_writer.py
@@ -254,6 +254,7 @@ def write_to_markdown(
254
file.write(f" {issue.pr_comment_count or 'N/A'} |")
255
file.write("\n")
256
257
+ file.write("\n")
258
file.write(
259
"_This report was generated with the \
260
[Issue Metrics Action](https://github.com/github/issue-metrics)_\n"
0 commit comments