github / issue-metrics

Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc.

Home Page:https://github.blog/2023-07-19-metrics-for-issues-pull-requests-and-discussions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add author line for result in pull-requests

ostk0069 opened this issue · comments

I'm really happy to see author row for pull-request result.

Current:

Title URL Time to first response Time to close Time to answer
Hoge url 0:01:55 0:56:43 None

Expected:

Title URL Author Time to first response Time to close Time to answer
Hoge url @ostk0069 0:01:55 0:56:43 None

Great!!

I think this is a wonderful idea. I have created a PR implementing this.

However, attaching @ may lead to sending out many mentions. It might be better not to include @ (I have done so in the PR).