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
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ several metrics. The issues/pull requests/discussions to search for can be filte
8
8
The metrics that are measured are:
9
9
| Metric | Description |
10
10
|--------|-------------|
11
-
| Time to first response | The time between when an issue/pull request/discussion is created and when the first comment or review is made. |
12
-
| Time to close | The time between when an issue/pull request/discussion is created and when it is closed. |
11
+
| Time to first response | The time between when an issue/pull request/discussion is created and when the first comment or review is made.*|
12
+
| Time to close | The time between when an issue/pull request/discussion is created and when it is closed.*|
13
13
| Time to answer | (Discussions only) The time between when a discussion is created and when it is answered. |
14
14
| Time in label | The time between when a label has a specific label applied to an issue/pull request/discussion and when it is removed. This requires the LABELS_TO_MEASURE env variable to be set. |
15
15
16
+
*For pull requests, these metrics exclude the time the PR was in draft mode.
17
+
16
18
This action was developed by the GitHub OSPO for our own use and developed in a way that we could open source it that it might be useful to you as well! If you want to know more about how we use it, reach out in an issue in this repository.
17
19
18
20
To find syntax for search queries, check out the [documentation on searching issues and pull requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests) or the [documentation on searching discussions](https://docs.github.com/en/search-github/searching-on-github/searching-discussions).
0 commit comments