Skip to content

Commit ec68ee1

Browse files
committed
Make note of excluding draft time in ReadMe
1 parent c8e8c88 commit ec68ee1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ several metrics. The issues/pull requests/discussions to search for can be filte
88
The metrics that are measured are:
99
| Metric | Description |
1010
|--------|-------------|
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.* |
1313
| Time to answer | (Discussions only) The time between when a discussion is created and when it is answered. |
1414
| 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. |
1515

16+
*For pull requests, these metrics exclude the time the PR was in draft mode.
17+
1618
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.
1719

1820
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

Comments
 (0)