You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a GitHub Action that searches for issues/pull requests/discussions in a repository and measures and reports on several metrics.
5
+
This is a GitHub Action that searches for issues/pull requests/discussions in a repository, measures several metrics, and generates a report in form of a GitHub issue.
6
6
The issues/pull requests/discussions to search for can be filtered by using a search query.
7
7
8
8
| Metric | Description |
9
9
|--------|-------------|
10
10
|Time to First Response | The duration from creation to the initial comment or review.|
11
11
|Time to Close | The period from creation to closure.|
12
12
|Time to Answer (Discussions Only) | The time from creation to an answer.|
13
-
|Time in Label | The duration from label application to removal, requires LABELS_TO_MEASURE env variable.|
13
+
|Time in Label | The duration from label application to removal, requires `LABELS_TO_MEASURE` env variable.|
14
14
15
15
*For pull requests, these metrics exclude the time the PR was in draft mode.
16
+
16
17
*For Issue and pull requests, issue/pull request author's own comments and comments by bots are excluded.
17
18
18
19
This action, developed by GitHub OSPO for our internal use, is open-sourced for your potential benefit.
0 commit comments